Traffic Analyser
Simple tool to monitor network calls across all windows and tabs of your browser.
Traffic Analyser là gì?
Traffic Analyser là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Simple tool to monitor network calls across all windows and tabs of your browser.".
Ả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 Traffic Analyser
Tải xuống các tệp mở rộng Traffic Analyser 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 addon allows to monitor the entire network calls of your browser across all windows and tabs. All requested URLs are displayed as filterable table in an extra window. New requests will be added immediately.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Traffic Analyser |
ID | abdegfaiochjkmedplbehndchojnkjca |
URL Chính Thức | https://chromewebstore.google.com/detail/traffic-analyser/abdegfaiochjkmedplbehndchojnkjca |
Mô tả | Simple tool to monitor network calls across all windows and tabs of your browser. |
Kích Thước Tệp | 127 KB |
Số Lần Cài Đặt | 1,677 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2019-01-30 |
Ngày Phát Hành | 2019-01-30 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
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": "Traffic Analyser", "version": "1.3", "description": "Simple tool to monitor network calls across all windows and tabs of your browser.", "manifest_version": 2, "permissions": [ "webRequest", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Launch Traffic Analyser", "default_icon": { "16": "images\/icon_16.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png" } }, "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png" } } |