WhatsTheUsage

A graphical usage meter for displaying Internode broadband data usage.

Co je WhatsTheUsage?

WhatsTheUsage je rozšíření Chrome vyvinuté whatstheusage, a jeho hlavní funkcí je „A graphical usage meter for displaying Internode broadband data usage.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření WhatsTheUsage

Stáhněte si soubory rozšíření WhatsTheUsage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WhatsTheUsage WhatsTheUsage
ID pcngeafamdfbiaabjgmhaeldmkhhjpkg
Oficiální URL https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg
Popis A graphical usage meter for displaying Internode broadband data usage.
Velikost souboru 265 KB
Počet instalací 436
Aktuální Verze 0.0.4
Poslední Aktualizace 2015-12-17
Datum Vydání 2015-12-16
Hodnocení 3.88/5 Celkem 17 Hodnocení
Vývojář whatstheusage
Typ Platby free
Podporované Jazyky 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"
}