TekSavvy Usage Meter

Display your internet usage for the current month.

Vad är TekSavvy Usage Meter?

TekSavvy Usage Meter är en Chrome-tillägg utvecklad av Zachary Kaarvik, och dess huvudfunktion är "Display your internet usage for the current month.".

Tilläggsskärmbilder

screenshot

Ladda ner TekSavvy Usage Meter-förlängningens CRX-fil

Ladda ner TekSavvy Usage Meter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn TekSavvy Usage Meter TekSavvy Usage Meter
ID fchiggjpbjfgkeflpbfnnlffbpeajnof
Officiell webbadress https://chromewebstore.google.com/detail/teksavvy-usage-meter/fchiggjpbjfgkeflpbfnnlffbpeajnof
Beskrivning Display your internet usage for the current month.
Filstorlek 96.76 KB
Antal Installationer 41
Aktuell Version 1.1
Senast Uppdaterad 2014-11-08
Publiceringsdatum 2014-11-07
Betyg 4.00/5 Totalt 6 Betyg
Utvecklare Zachary Kaarvik
Betalningssätt free
Stödda Språk 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"
    }
}