Netmon

Network monitor - view the HTTP headers of the current page, or globally, from all tabs.

Qu'est-ce que Netmon ?

Netmon est une extension Chrome développée par https://kpion.github.io, et sa fonction principale est "Network monitor - view the HTTP headers of the current page, or globally, from all tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Netmon

Téléchargez les fichiers d'extension Netmon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Netmon Netmon
ID fnbdjaofejpjedhleannakpdpifmchlo
URL Officiel https://chrome.google.com/webstore/detail/netmon/fnbdjaofejpjedhleannakpdpifmchlo
Description Network monitor - view the HTTP headers of the current page, or globally, from all tabs.
Taille du Fichier 1.7 MB
Nombre d'Installations 314
Version Actuelle 1.0
Dernière Mise à Jour 2019-05-11
Date de Publication 2019-05-05
Développeur https://kpion.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/kpion/netmon
URL de la Page d'Aide https://github.com/kpion/netmon
Langues Prises en Charge 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
}