Better Network Panel - Changelog

Version 1.0.1

Panel Settings

A new panel has been added that contains some configurable items.

Version 1.0.1 Panel Settings

Various Bugfixes and Enhancements

  • SCSS refactor for better handling of page size changes (i.e. using flexbox)
  • User can enable/disable auto-scrolling of network logs (See Panel Settings)
  • Search terms now have better CSS cursor indicators

Version 1.0.0

Version 1.0.0 Screenshot

Improved Search

Advanced search capability has been added in this release which improves on the previous search by adding a negation search (i.e. "-carts" which would remove requests containing "carts" in the results).

New Improved Search Screenshot

Additionally, AND and OR searching filters have been added. So you can search for:

products AND services

Which would return any request containing BOTH products AND services somewhere in the headers, request body, etc…

And you can search for:

products OR services

Which would return any requests containing EITHER products OR services.

JSON Editor BUILT IN

Using the Open Source JSON Editor, you can now easily search and view JSON data just as you can on the official jsoneditoronline.org website.

JSON Editor Screenshot

Vertical Chrome Panel

Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon.

Vertical Panel Screenshot

Download JSON

Download the current panel as a JSON doc.

Download JSON Button Screenshot