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.”。

扩展截图

screenshot
screenshot

下载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 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"
}