Network+

DevTools for network recording, editing and resending.

Network+ là gì?

Network+ là một tiện ích mở rộng Chrome được phát triển bởi https://clear.studio, và tính năng chính của nó là "DevTools for network recording, editing and resending.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Network+ 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

                        1. Open the DevTools panel and find the tab with "Network+".
2. Make some HTTP request.
3. See the log of request and response.
4. Modify some fields like "Request Method", "URL" or "Request Payload"...
5. Click the "Send" button and notice the log.                    

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

Tên Network+ Network+
ID nfeeojenagochlldompjclkogikjlhlf
URL Chính Thức https://chromewebstore.google.com/detail/network+/nfeeojenagochlldompjclkogikjlhlf
Mô tả DevTools for network recording, editing and resending.
Kích Thước Tệp 175 KB
Số Lần Cài Đặt 466
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-08-19
Ngày Phát Hành 2020-06-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://clear.studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clear.studio
URL Trang Trợ Giúp https://github.com/ClearStudio/network-plus
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Network+",
    "version": "2.0.1",
    "description": "DevTools for network recording, editing and resending.",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "Network+"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/clear.studio",
    "devtools_page": "devtools.html"
}