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 |
官方網址 | 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" } |