Browse Source

Image to link

dependabot/npm_and_yarn/ini-1.3.7
Levi Olson 4 years ago
parent
commit
c5cc0cbe0e
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      posts/chrome-ext-better-network-panel.html
  2. +1
    -1
      posts/chrome-ext-better-network-panel.md

+ 3
- 3
posts/chrome-ext-better-network-panel.html View File

@ -8,8 +8,8 @@
<p>The issue has only just begun, as I need to inspect the <code>Response</code>, perform some searches for <code>ID</code>s and the like, and although the <code>Response</code> 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.</p>
<p>And all of the above is done several times a day.</p>
<h2 id="thesolution">THE SOLUTION</h2>
<p><img src="/images/bnpscreenshot.png" alt="BNP for Chrome" /></p>
<p>I present to you a <a href="https://chrome.google.com/webstore/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml" target="_blank">Better Network Panel</a>. A Chrome extension that adds a new panel, and offers great features like:</p>
<p><a href="https://chrome.google.com/webstore/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml"><img src="/images/bnpscreenshot.png" alt="BNP for Chrome" /></a></p>
<p>I present to you a <a href="https://chrome.google.com/webstore/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml">Better Network Panel</a>. A Chrome extension that adds a new panel, and offers great features like:</p>
<ul>
<li><strong>Full Search</strong> - Entire request is searchable (i.e. headers, postbody, etc…), not just URI</li>
<li><strong>JSON Parsing</strong> - Even nested members that contain stringified JSON are parsed</li>
@ -23,4 +23,4 @@
<p>View it on <a href="https://github.com/leothelocust/better-network-chrome-panel">GitHub</a></p>
<h2 id="specialthanks">Special Thanks</h2>
<p>A huge thanks and recognition goes to <a href="https://github.com/milton-lai/saml-chrome-panel">Milton Lai</a> and his project SAML Chrome Panel. I started from a fork of his project, but later started fresh as there was a lot of SAML specific code that this project doesn't use/need. The UI is nearly identical, but the code underneath has become fairly different at this point.</p>
<p>The SAML Chrome Panel was a huge help and ispiration! Thank you Milton and contributors to the SAML Chrome Panel project!</p>
<p>The SAML Chrome Panel was a huge help and ispiration! Thank you Milton and contributors to the SAML Chrome Panel project!</p>

+ 1
- 1
posts/chrome-ext-better-network-panel.md View File

@ -14,7 +14,7 @@ And all of the above is done several times a day.
## THE SOLUTION
![BNP for Chrome](/images/bnpscreenshot.png)
[![BNP for Chrome](/images/bnpscreenshot.png)](https://chrome.google.com/webstore/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml)
I present to you a [Better Network Panel](https://chrome.google.com/webstore/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml). A Chrome extension that adds a new panel, and offers great features like:

Loading…
Cancel
Save