TekSavvy Usage Meter

Display your internet usage for the current month.

Qu'est-ce que TekSavvy Usage Meter ?

TekSavvy Usage Meter est une extension Chrome développée par Zachary Kaarvik, et sa fonction principale est "Display your internet usage for the current month.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TekSavvy Usage Meter

Téléchargez les fichiers d'extension TekSavvy Usage Meter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom TekSavvy Usage Meter TekSavvy Usage Meter
ID fchiggjpbjfgkeflpbfnnlffbpeajnof
URL Officiel https://chromewebstore.google.com/detail/teksavvy-usage-meter/fchiggjpbjfgkeflpbfnnlffbpeajnof
Description Display your internet usage for the current month.
Taille du Fichier 96.76 KB
Nombre d'Installations 41
Version Actuelle 1.1
Dernière Mise à Jour 2014-11-08
Date de Publication 2014-11-07
Évaluation 4.00/5 Total 6 Évaluations
Développeur Zachary Kaarvik
Type de Paiement free
Langues Prises en Charge 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"
    }
}