Better Network Panel
Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
Wat is Better Network Panel?
Better Network Panel is een Chrome-extensie ontwikkeld door https://leviolson.com, en de belangrijkste functie is "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.".
Extensie Screenshots
Download het CRX-bestand van de extensie Better Network Panel
Download Better Network Panel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Better Network Panel |
ID | kknnkgpbclaljhfcknhbebhppmkmoaml |
Officiële URL | https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml |
Beschrijving | Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews. |
Bestandsgrootte | 2.14 MB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-01-28 |
Publicatiedatum | 2020-10-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://leviolson.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://leviolson.com/posts/chrome-ext-better-network-panel |
Ondersteunde Talen | 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 } |