TekSavvy Usage Meter

Display your internet usage for the current month.

What is TekSavvy Usage Meter?

TekSavvy Usage Meter is a Chrome extension developed by Zachary Kaarvik, and its main feature is "Display your internet usage for the current month.".

Extension Screenshots

screenshot

Download TekSavvy Usage Meter Extension CRX File

Download TekSavvy Usage Meter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name TekSavvy Usage Meter TekSavvy Usage Meter
ID fchiggjpbjfgkeflpbfnnlffbpeajnof
Official URL https://chromewebstore.google.com/detail/teksavvy-usage-meter/fchiggjpbjfgkeflpbfnnlffbpeajnof
Description Display your internet usage for the current month.
File Size 96.76 KB
Installation Count 41
Current Version 1.1
Last Updated 2014-11-08
Publish Date 2014-11-07
Rating 4.00/5 Total 6 Ratings
Developer Zachary Kaarvik
Payment Type free
Supported Languages 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"
    }
}