Better Network Panel
Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
Co to jest Better Network Panel?
Better Network Panel to rozszerzenie Chrome opracowane przez https://leviolson.com, a jego główną funkcją jest „Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better Network Panel
Pobierz pliki rozszerzeń Better Network Panel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kknnkgpbclaljhfcknhbebhppmkmoaml |
| Oficjalny URL | https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml |
| Opis | Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews. |
| Rozmiar pliku | 2.14 MB |
| Liczba instalacji | 1,000 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2021-01-28 |
| Data Publikacji | 2020-10-08 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://leviolson.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://leviolson.com/posts/chrome-ext-better-network-panel |
| Obsługiwane Języki | 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
} | |