TekSavvy Usage Meter

Display your internet usage for the current month.

Cos'è TekSavvy Usage Meter?

TekSavvy Usage Meter è un'estensione di Chrome sviluppata da Zachary Kaarvik, e la sua funzione principale è "Display your internet usage for the current month.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TekSavvy Usage Meter

Scarica i file di estensione TekSavvy Usage Meter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simple extension to view your current usage for the month. The extension displays your usage for on and off peak periods, both upload and download as well as a percentage of your monthly cap, if applicable.

You will need your API key, which can be found on the TekSavvy website (https://myaccount.teksavvy.com/ApiKey/ApiKeyManagement).                    

Informazioni di Base sull'Estensione

Nome TekSavvy Usage Meter TekSavvy Usage Meter
ID fchiggjpbjfgkeflpbfnnlffbpeajnof
URL Ufficiale https://chromewebstore.google.com/detail/teksavvy-usage-meter/fchiggjpbjfgkeflpbfnnlffbpeajnof
Descrizione Display your internet usage for the current month.
Dimensione del File 96.76 KB
Conteggio Installazioni 41
Versione Corrente 1.1
Ultimo Aggiornamento 2014-11-08
Data di Pubblicazione 2014-11-07
Valutazione 4.00/5 Totale 6 Valutazioni
Sviluppatore Zachary Kaarvik
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1",
    "default_locale": "en",
    "permissions": [
        "storage",
        "https:\/\/api.teksavvy.com\/"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "128": "img\/icon128.png"
    }
}