Netmon

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

Netmon là gì?

Netmon là một tiện ích mở rộng Chrome được phát triển bởi https://kpion.github.io, và tính năng chính của nó là "Network monitor - view the HTTP headers of the current page, or globally, from all tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netmon

Tải xuống các tệp mở rộng Netmon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Netmon Netmon
ID fnbdjaofejpjedhleannakpdpifmchlo
URL Chính Thức https://chrome.google.com/webstore/detail/netmon/fnbdjaofejpjedhleannakpdpifmchlo
Mô tả Network monitor - view the HTTP headers of the current page, or globally, from all tabs.
Kích Thước Tệp 1.7 MB
Số Lần Cài Đặt 314
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-05-11
Ngày Phát Hành 2019-05-05
Nhà Phát Triển https://kpion.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kpion/netmon
URL Trang Trợ Giúp https://github.com/kpion/netmon
Ngôn Ngữ Được Hỗ Trợ 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
}