WhatsTheUsage

A graphical usage meter for displaying Internode broadband data usage.

Hvad er WhatsTheUsage?

WhatsTheUsage er en Chrome-udvidelse udviklet af whatstheusage, og dens hovedfunktion er "A graphical usage meter for displaying Internode broadband data usage.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download WhatsTheUsage-udvidelses-CRX-fil

Download WhatsTheUsage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WhatsTheUsage WhatsTheUsage
ID pcngeafamdfbiaabjgmhaeldmkhhjpkg
Officiel URL https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg
Beskrivelse A graphical usage meter for displaying Internode broadband data usage.
Filstørrelse 265 KB
Antal Installationer 436
Nuværende Version 0.0.4
Senest Opdateret 2015-12-17
Udgivelsesdato 2015-12-16
Bedømmelse 3.88/5 Samlet 17 Bedømmelser
Udvikler whatstheusage
Betalingsmetode free
Understøttede Sprog 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"
}