Browse Source

Add link to chrome extension

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

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

@ -9,7 +9,7 @@
<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 "Better Network Panel". A Chrome extension that adds a new panel, and offers great features like:</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>
<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

@ -16,7 +16,7 @@ And all of the above is done several times a day.
![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
* **JSON Parsing** - Even nested members that contain stringified JSON are parsed

Loading…
Cancel
Save