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
官方網址 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
}