Network Requests Monitor

Network Requests Monitor for Developers

Network Requests Monitorとは何ですか?

Network Requests Monitorはmooringniuによって開発されたChromeの拡張機能で、その主な機能は「Network Requests Monitor for Developers」です。

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

screenshot
screenshot

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

Network Requests Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Monitor all your network requests for current tab, list them, filter them , copy the and enjoy this plugin.

当前标签的网络资源请求监控,可对结果进行过滤,复制。

Special thanks to hzlzh for the UI                    

拡張機能の基本情報

名前 Network Requests Monitor Network Requests Monitor
ID gcdgbbcmdelmcoeklbnghlbpcmakchda
公式URL https://chrome.google.com/webstore/detail/network-requests-monitor/gcdgbbcmdelmcoeklbnghlbpcmakchda
説明 Network Requests Monitor for Developers
ファイルサイズ 41.92 KB
インストール数 675
現在のバージョン 3.2
最終更新日 2016-11-29
公開日 2016-11-29
評価 2.14/5 合計 7 レビュー
開発者 mooringniu
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Network Requests Monitor",
    "version": "3.2",
    "description": "Network Requests Monitor for Developers",
    "devtools_page": "networkrequests.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "tabs",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}