WhatsTheUsage
A graphical usage meter for displaying Internode broadband data usage.
WhatsTheUsageとは何ですか?
WhatsTheUsageはwhatstheusageによって開発されたChromeの拡張機能で、その主な機能は「A graphical usage meter for displaying Internode broadband data usage.」です。
拡張機能のスクリーンショット
WhatsTheUsage拡張機能のCRXファイルをダウンロード
WhatsTheUsage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WhatsTheUsage is a simple usage meter for displaying monthly data usage for Internode broadband customers. It shows the usage and quota for the current month, along with the usage history for each day of the current month and the average daily usage remaining.
拡張機能の基本情報
名前 | WhatsTheUsage |
ID | pcngeafamdfbiaabjgmhaeldmkhhjpkg |
公式URL | https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg |
説明 | A graphical usage meter for displaying Internode broadband data usage. |
ファイルサイズ | 265 KB |
インストール数 | 436 |
現在のバージョン | 0.0.4 |
最終更新日 | 2015-12-17 |
公開日 | 2015-12-16 |
評価 | 3.88/5 合計 17 レビュー |
開発者 | whatstheusage |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsTheUsage", "version": "0.0.4", "description": "A graphical usage meter for displaying Internode broadband data usage.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/customer-webtools-api.internode.on.net\/api\/*\/" ], "short_name": "WhatsTheUsage" } |