Better Network Panel

Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.

Better Network Panel là gì?

Better Network Panel là một tiện ích mở rộng Chrome được phát triển bởi https://leviolson.com, và tính năng chính của nó là "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.".

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

screenshot
screenshot

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

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

                        This extension is Open Source:
https://github.com/leothelocust/better-network-chrome-panel

Although it doesn't do everything the default Network panel does, it does way more regarding Searching/Filtering.  It doesn't only search the URL, it also searches every part of the request, including headers and post body.

Additionally, if a response is in JSON, and contains some stringified node in that response, this tool auto-parses that string. 

See the Changelog here:
https://leviolson.com/posts/bnp-changelog                    

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

Tên Better Network Panel Better Network Panel
ID kknnkgpbclaljhfcknhbebhppmkmoaml
URL Chính Thức https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml
Mô tả Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
Kích Thước Tệp 2.14 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-01-28
Ngày Phát Hành 2020-10-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://leviolson.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://leviolson.com/posts/chrome-ext-better-network-panel
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Network Panel",
    "version": "1.0.1",
    "minimum_chrome_version": "44.0",
    "description": "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "icon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}