Diver - Web Traffic Monitor Tool
Monitor requests based on the your own rules and perform custom processing on them.
Diver - Web Traffic Monitor Tool là gì?
Diver - Web Traffic Monitor Tool là một tiện ích mở rộng Chrome được phát triển bởi Lawrence Lau, và tính năng chính của nó là "Monitor requests based on the your own rules and perform custom processing on them.".
Ả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 Diver - Web Traffic Monitor Tool
Tải xuống các tệp mở rộng Diver - Web Traffic Monitor Tool 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
Diver is a Chrome extension that allows you to monitor the network requests on a web page. While the browser's network panel provides general information of these requests, Diver's purpose is to monitor specific requests based on the rules set by the user and perform custom processing to present them in a manageable and readable format. In summary, the features include: * Setup request profile to specify what requests to monitor * Custom processing of requests to generate a data representation * Select what data to manage in the request profile * Export and import request profile to share the monitoring with others For more information: https://github.com/lalau/diver-docs/blob/master/diver.md
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Diver - Web Traffic Monitor Tool |
ID | ompelnpholagcjdmfomlhbmmmaneholh |
URL Chính Thức | https://chromewebstore.google.com/detail/diver-web-traffic-monitor/ompelnpholagcjdmfomlhbmmmaneholh |
Mô tả | Monitor requests based on the your own rules and perform custom processing on them. |
Kích Thước Tệp | 514 KB |
Số Lần Cài Đặt | 998 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 2.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Lawrence Lau |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lalau/diver-docs/blob/master/diver.md |
URL Trang Trợ Giúp | https://github.com/lalau/diver-docs/blob/master/diver.md |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Diver - Web Traffic Monitor Tool", "version": "2.0.2", "description": "Monitor requests based on the your own rules and perform custom processing on them.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "author": "lalau", "background": { "page": "eventpage.html", "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "devtools_page": "devtools.html", "minimum_chrome_version": "57", "permissions": [ "activeTab", "storage", "downloads", "http:\/\/*\/", "https:\/\/*\/" ], "sandbox": { "pages": [ "sandbox.html", "processor.html" ] }, "short_name": "Diver" } |