diff --git a/posts/chrome-ext-better-network-panel.html b/posts/chrome-ext-better-network-panel.html index a4fb5d9..9760981 100644 --- a/posts/chrome-ext-better-network-panel.html +++ b/posts/chrome-ext-better-network-panel.html @@ -8,8 +8,8 @@

The issue has only just begun, as I need to inspect the Response, perform some searches for IDs and the like, and although the Response is JSON format, the node in the response I need to search is stringified in a child member. So I must copy the data, parse it somehow, either locally on my machine or on the web (jsoneditoronline.org has been great) and finally perform the searching I need.

And all of the above is done several times a day.

THE SOLUTION

-

BNP for Chrome

-

I present to you a Better Network Panel. A Chrome extension that adds a new panel, and offers great features like:

+

BNP for Chrome

+

I present to you a Better Network Panel. A Chrome extension that adds a new panel, and offers great features like: