Netmon

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

Netmon क्या है?

Netmon https://kpion.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Network monitor - view the HTTP headers of the current page, or globally, from all tabs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Netmon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}