<p>And all of the above is done several times a day.</p>
<p>And all of the above is done several times a day.</p>
<h2id="thesolution">THE SOLUTION</h2>
<h2id="thesolution">THE SOLUTION</h2>
<p><imgsrc="/images/bnpscreenshot.png"alt="BNP for Chrome"/></p>
<p><imgsrc="/images/bnpscreenshot.png"alt="BNP for Chrome"/></p>
<p>I present to you a "Better Network Panel". A Chrome extension that adds a new panel, and offers great features like:</p>
<p>I present to you a <ahref="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>
<ul>
<ul>
<li><strong>Full Search</strong> - Entire request is searchable (i.e. headers, postbody, etc…), not just URI</li>
<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>
<li><strong>JSON Parsing</strong> - Even nested members that contain stringified JSON are parsed</li>
@ -23,4 +23,4 @@
<p>View it on <ahref="https://github.com/leothelocust/better-network-chrome-panel">GitHub</a></p>
<p>View it on <ahref="https://github.com/leothelocust/better-network-chrome-panel">GitHub</a></p>
<h2id="specialthanks">Special Thanks</h2>
<h2id="specialthanks">Special Thanks</h2>
<p>A huge thanks and recognition goes to <ahref="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>A huge thanks and recognition goes to <ahref="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>
@ -16,7 +16,7 @@ And all of the above is done several times a day.
![BNP for Chrome](/images/bnpscreenshot.png)
![BNP for Chrome](/images/bnpscreenshot.png)
I present to you a "Better Network Panel". A Chrome extension that adds a new panel, and offers great features like:
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:
* **Full Search** - Entire request is searchable (i.e. headers, postbody, etc...), not just URI
* **Full Search** - Entire request is searchable (i.e. headers, postbody, etc...), not just URI
* **JSON Parsing** - Even nested members that contain stringified JSON are parsed
* **JSON Parsing** - Even nested members that contain stringified JSON are parsed