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
电子邮箱 [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
}