ISP Network CAP Monitor
ISP Network CAP Monitor
ISP Network CAP Monitorとは何ですか?
ISP Network CAP MonitorはPeter Kellnerによって開発されたChromeの拡張機能で、その主な機能は「ISP Network CAP Monitor」です。
拡張機能のスクリーンショット
ISP Network CAP Monitor拡張機能のCRXファイルをダウンロード
ISP Network CAP Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | ISP Network CAP Monitor |
ID | egjjjbjllkgohhijnjbgndodcmbobkhi |
公式URL | https://chromewebstore.google.com/detail/isp-network-cap-monitor/egjjjbjllkgohhijnjbgndodcmbobkhi |
説明 | ISP Network CAP Monitor |
ファイルサイズ | 136 KB |
インストール数 | 127 |
現在のバージョン | 0.0.0.2 |
最終更新日 | 2019-08-25 |
公開日 | 2019-08-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Peter Kellner |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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": [ " |