Netmon

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

Τι είναι το Netmon;

Το Netmon είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kpion.github.io, και η κύρια λειτουργία του είναι "Network monitor - view the HTTP headers of the current page, or globally, from all tabs.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Netmon

Λήψη αρχείων επέκτασης Netmon σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Netmon Netmon
ID fnbdjaofejpjedhleannakpdpifmchlo
Επίσημο URL https://chrome.google.com/webstore/detail/netmon/fnbdjaofejpjedhleannakpdpifmchlo
Περιγραφή Network monitor - view the HTTP headers of the current page, or globally, from all tabs.
Μέγεθος Αρχείου 1.7 MB
Αριθμός Εγκαταστάσεων 314
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-05-11
Ημερομηνία Δημοσίευσης 2019-05-05
Προγραμματιστής https://kpion.github.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/kpion/netmon
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/kpion/netmon
Υποστηριζόμενες Γλώσσες 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
}