ISP Network CAP Monitor
ISP Network CAP Monitor
ISP Network CAP Monitor là gì?
ISP Network CAP Monitor là một tiện ích mở rộng Chrome được phát triển bởi Peter Kellner, và tính năng chính của nó là "ISP Network CAP Monitor".
Ả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 ISP Network CAP Monitor
Tải xuống các tệp mở rộng ISP Network CAP Monitor 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 used to keep track of how much bandwidth you have used against a typical router on a monthly basis. The current version only works with the NetGear ORBI router though if you would like another router supported, please contact me at the email associated with this extension. It uses a URL to get this data and stores configuration information for tracking bandwidth left. It refreshes based on the number of minutes you set.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ISP Network CAP Monitor |
ID | egjjjbjllkgohhijnjbgndodcmbobkhi |
URL Chính Thức | https://chromewebstore.google.com/detail/isp-network-cap-monitor/egjjjbjllkgohhijnjbgndodcmbobkhi |
Mô tả | ISP Network CAP Monitor |
Kích Thước Tệp | 136 KB |
Số Lần Cài Đặt | 127 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2019-08-25 |
Ngày Phát Hành | 2019-08-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Peter Kellner |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ISP Network CAP Monitor", "description": "ISP Network CAP Monitor", "version": "0.0.0.2", "author": "Peter Kellner", "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "popup.html", "default_title": "ISP Bandwidth Monitor" }, "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "lib\/jquery.min.js", "background.js" ] }, "permissions": [ " |