Better Network Panel

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

Co je Better Network Panel?

Better Network Panel je rozšíření Chrome vyvinuté https://leviolson.com, a jeho hlavní funkcí je „Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Better Network Panel

Stáhněte si soubory rozšíření Better Network Panel ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Better Network Panel Better Network Panel
ID kknnkgpbclaljhfcknhbebhppmkmoaml
Oficiální URL https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml
Popis Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
Velikost souboru 2.14 MB
Počet instalací 1,000
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-01-28
Datum Vydání 2020-10-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://leviolson.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://leviolson.com/posts/chrome-ext-better-network-panel
Podporované Jazyky 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
}