Better Network Panel

Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.

Cos'è Better Network Panel?

Better Network Panel è un'estensione di Chrome sviluppata da https://leviolson.com, e la sua funzione principale è "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Better Network Panel

Scarica i file di estensione Better Network Panel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Better Network Panel Better Network Panel
ID kknnkgpbclaljhfcknhbebhppmkmoaml
URL Ufficiale https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml
Descrizione Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
Dimensione del File 2.14 MB
Conteggio Installazioni 1,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-01-28
Data di Pubblicazione 2020-10-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://leviolson.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://leviolson.com/posts/chrome-ext-better-network-panel
Lingue Supportate 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
}