Netmon
Network monitor - view the HTTP headers of the current page, or globally, from all tabs.
¿Qué es Netmon?
Netmon es una extensión de Chrome desarrollada por https://kpion.github.io, y su función principal es "Network monitor - view the HTTP headers of the current page, or globally, from all tabs.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Netmon
Descarga archivos de extensión Netmon 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
Network monitor - see requests and responses, including the HTTP headers, of the current page, or globally. You can use it at any time, also *after* the page has loaded. This is useful when there are random errors in some cases and you just want to see what happened, list the past requests. It also constantly displays current count of requests in any given tab. And - it's open source: https://github.com/kpion/netmon If you have any suggestions, please don't hesitate to reach me on [email protected] or file an issue on the github page above.
Información Básica de la Extensión
Nombre | ![]() |
ID | fnbdjaofejpjedhleannakpdpifmchlo |
URL Oficial | https://chrome.google.com/webstore/detail/netmon/fnbdjaofejpjedhleannakpdpifmchlo |
Descripción | Network monitor - view the HTTP headers of the current page, or globally, from all tabs. |
Tamaño del Archivo | 1.7 MB |
Cantidad de Instalaciones | 314 |
Versión Actual | 1.0 |
Última Actualización | 2019-05-11 |
Fecha de Publicación | 2019-05-05 |
Desarrollador | https://kpion.github.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/kpion/netmon |
URL de la Página de Ayuda | https://github.com/kpion/netmon |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netmon", "version": "1.0", "description": "Network monitor - view the HTTP headers of the current page, or globally, from all tabs.", "homepage_url": "https:\/\/github.com\/kpion\/netmon", "permissions": [ "storage", "activeTab", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "page": "background\/index.html" }, "browser_action": { "default_popup": "modules\/list\/index.html?mode=popup", "default_icon": { "16": "static\/images\/extension-icon.png", "32": "static\/images\/extension-icon.png", "48": "static\/images\/extension-icon.png", "128": "static\/images\/extension-icon.png" } }, "icons": { "16": "static\/images\/extension-icon.png", "32": "static\/images\/extension-icon.png", "48": "static\/images\/extension-icon.png", "128": "static\/images\/extension-icon.png" }, "manifest_version": 2 } |