Netmon
Network monitor - view the HTTP headers of the current page, or globally, from all tabs.
Was ist Netmon?
Netmon ist eine Chrome-Erweiterung, die von https://kpion.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Network monitor - view the HTTP headers of the current page, or globally, from all tabs.".
Erweiterungsscreenshots
Netmon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Netmon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | fnbdjaofejpjedhleannakpdpifmchlo |
Offizielle URL | https://chrome.google.com/webstore/detail/netmon/fnbdjaofejpjedhleannakpdpifmchlo |
Beschreibung | Network monitor - view the HTTP headers of the current page, or globally, from all tabs. |
Dateigröße | 1.7 MB |
Installationsanzahl | 314 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-05-11 |
Veröffentlichungsdatum | 2019-05-05 |
Entwickler | https://kpion.github.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/kpion/netmon |
Hilfeseite URL | https://github.com/kpion/netmon |
Unterstützte Sprachen | 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 } |