Better Network Panel
Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
¿Qué es Better Network Panel?
Better Network Panel es una extensión de Chrome desarrollada por https://leviolson.com, y su función principal es "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Better Network Panel
Descarga archivos de extensión Better Network Panel en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Better Network Panel |
ID | kknnkgpbclaljhfcknhbebhppmkmoaml |
URL Oficial | https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml |
Descripción | Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews. |
Tamaño del Archivo | 2.14 MB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 1.0.1 |
Última Actualización | 2021-01-28 |
Fecha de Publicación | 2020-10-08 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://leviolson.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://leviolson.com/posts/chrome-ext-better-network-panel |
Idiomas Soportados | 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 } |