Netmon
Network monitor - view the HTTP headers of the current page, or globally, from all tabs.
Wat is Netmon?
Netmon is een Chrome-extensie ontwikkeld door https://kpion.github.io, en de belangrijkste functie is "Network monitor - view the HTTP headers of the current page, or globally, from all tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Netmon
Download Netmon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | fnbdjaofejpjedhleannakpdpifmchlo |
Officiële URL | https://chrome.google.com/webstore/detail/netmon/fnbdjaofejpjedhleannakpdpifmchlo |
Beschrijving | Network monitor - view the HTTP headers of the current page, or globally, from all tabs. |
Bestandsgrootte | 1.7 MB |
Aantal Installaties | 314 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-05-11 |
Publicatiedatum | 2019-05-05 |
Ontwikkelaar | https://kpion.github.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/kpion/netmon |
Help Pagina-URL | https://github.com/kpion/netmon |
Ondersteunde Talen | 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 } |