Better Network Panel - Changelog
Version 1.0.1
Panel Settings
A new panel has been added that contains some configurable items.
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
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).
Additionally, AND and OR searching filters have been added. So you can search for:
products
ANDservices
Which would return any request containing BOTH products
AND services
somewhere in the headers, request body, etc…
And you can search for:
products
ORservices
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.
Vertical Chrome Panel
Better Network Panel now supports a vertical layout using responsive CSS. Panel resizing will be released soon.
Download JSON
Download the current panel as a JSON doc.