network-duplicates
Extends the Developer Tools, adding duplicate network calls detection
network-duplicates là gì?
network-duplicates là một tiện ích mở rộng Chrome được phát triển bởi deckele, và tính năng chính của nó là "Extends the Developer Tools, adding duplicate network calls detection".
Ả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-duplicates
Tải xuống các tệp mở rộng network-duplicates 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
Extends the Developer Tools, adding duplicate network calls detection. Features: 1. list of duplicate network calls, sorted by number of times a resource was called. 2. list of resources with the same name, which were called from different urls. 3. a side-panel in the sources tab, showing nested iframes which could lead to duplicate network calls.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pdaabiikfpfhfgiodfjfiobdmegjhnmo |
URL Chính Thức | https://chrome.google.com/webstore/detail/network-duplicates/pdaabiikfpfhfgiodfjfiobdmegjhnmo |
Mô tả | Extends the Developer Tools, adding duplicate network calls detection |
Kích Thước Tệp | 6.2 KB |
Số Lần Cài Đặt | 208 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-06-07 |
Ngày Phát Hành | 2019-06-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | deckele |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "network-duplicates", "manifest_version": 2, "version": "1.0", "description": "Extends the Developer Tools, adding duplicate network calls detection", "minimum_chrome_version": "30.0", "devtools_page": "devtools.html", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |