Netmon
Network monitor - view the HTTP headers of the current page, or globally, from all tabs.
Vad är Netmon?
Netmon är en Chrome-tillägg utvecklad av https://kpion.github.io, och dess huvudfunktion är "Network monitor - view the HTTP headers of the current page, or globally, from all tabs.".
Tilläggsskärmbilder
Ladda ner Netmon-förlängningens CRX-fil
Ladda ner Netmon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | fnbdjaofejpjedhleannakpdpifmchlo |
Officiell webbadress | https://chrome.google.com/webstore/detail/netmon/fnbdjaofejpjedhleannakpdpifmchlo |
Beskrivning | Network monitor - view the HTTP headers of the current page, or globally, from all tabs. |
Filstorlek | 1.7 MB |
Antal Installationer | 314 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-05-11 |
Publiceringsdatum | 2019-05-05 |
Utvecklare | https://kpion.github.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/kpion/netmon |
Hjälpsida URL | https://github.com/kpion/netmon |
Stödda Språk | 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 } |