TekSavvy Usage Meter

Display your internet usage for the current month.

Что такое TekSavvy Usage Meter?

TekSavvy Usage Meter - это расширение Chrome, разработанное Zachary Kaarvik, и его основная функция - "Display your internet usage for the current month.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TekSavvy Usage Meter

Скачайте файлы расширений TekSavvy Usage Meter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название TekSavvy Usage Meter TekSavvy Usage Meter
ID fchiggjpbjfgkeflpbfnnlffbpeajnof
Официальный URL https://chromewebstore.google.com/detail/teksavvy-usage-meter/fchiggjpbjfgkeflpbfnnlffbpeajnof
Описание Display your internet usage for the current month.
Размер файла 96.76 KB
Количество установок 41
Текущая Версия 1.1
Последнее Обновление 2014-11-08
Дата публикации 2014-11-07
Рейтинг 4.00/5 Всего 6 оценок
Разработчик Zachary Kaarvik
Тип оплаты free
Поддерживаемые языки 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"
    }
}