Netmon

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

Netmonとは何ですか?

Netmonはhttps://kpion.github.ioによって開発されたChromeの拡張機能で、その主な機能は「Network monitor - view the HTTP headers of the current page, or globally, from all tabs.」です。

拡張機能のスクリーンショット

screenshot

Netmon拡張機能のCRXファイルをダウンロード

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
Eメール [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
}