Better Network Panel
Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
Vad är Better Network Panel?
Better Network Panel är en Chrome-tillägg utvecklad av https://leviolson.com, och dess huvudfunktion är "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.".
Tilläggsskärmbilder
Ladda ner Better Network Panel-förlängningens CRX-fil
Ladda ner Better Network Panel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension is Open Source: https://github.com/leothelocust/better-network-chrome-panel Although it doesn't do everything the default Network panel does, it does way more regarding Searching/Filtering. It doesn't only search the URL, it also searches every part of the request, including headers and post body. Additionally, if a response is in JSON, and contains some stringified node in that response, this tool auto-parses that string. See the Changelog here: https://leviolson.com/posts/bnp-changelog
Grundläggande Information om Tillägg
Namn | Better Network Panel |
ID | kknnkgpbclaljhfcknhbebhppmkmoaml |
Officiell webbadress | https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml |
Beskrivning | Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews. |
Filstorlek | 2.14 MB |
Antal Installationer | 1,000 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2021-01-28 |
Publiceringsdatum | 2020-10-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://leviolson.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://leviolson.com/posts/chrome-ext-better-network-panel |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Network Panel", "version": "1.0.1", "minimum_chrome_version": "44.0", "description": "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.", "devtools_page": "devtools.html", "icons": { "128": "icon-128x128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |