Network Requests Download
Tool for website testers to download network request meta-data.
Network Requests Download là gì?
Network Requests Download là một tiện ích mở rộng Chrome được phát triển bởi Network Requests Download, và tính năng chính của nó là "Tool for website testers to download network request meta-data.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Network Requests Download
Tải xuống các tệp mở rộng Network Requests Download 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 tool allows website testers to record and download network performance metadata across different webpages. It will create a new developer tools panel where the user can enter a list of URLs to visit. The extension will automatically visit specified URLs and record network activity. A JSON report will download after all URLs have been visited. Users can optionally specify a filter to only download requests to URLs containing a substring.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Network Requests Download |
ID | odecihgekkcnfbgbpjgpapaljjnebmdc |
URL Chính Thức | https://chromewebstore.google.com/detail/network-requests-download/odecihgekkcnfbgbpjgpapaljjnebmdc |
Mô tả | Tool for website testers to download network request meta-data. |
Kích Thước Tệp | 25.47 KB |
Số Lần Cài Đặt | 916 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2022-06-30 |
Ngày Phát Hành | 2020-01-17 |
Nhà Phát Triển | Network Requests Download |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/e/2PACX-1vRfCJ4fF-tMgTy8-z9A52jc0vum9xrPrYpUe0aAbd2bXSLSwuShShUTyE_WuXtlEN4XjLfL37jLkHSJ/pub |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Network Requests Download", "version": "1.5", "description": "Tool for website testers to download network request meta-data.", "devtools_page": "devtools.html", "permissions": [ "downloads" ], "manifest_version": 2, "icons": { "16": "NRD16.png", "48": "NRD48.png", "128": "NRD.png" } } |