WhatsTheUsage
A graphical usage meter for displaying Internode broadband data usage.
Что такое WhatsTheUsage?
WhatsTheUsage - это расширение Chrome, разработанное whatstheusage, и его основная функция - "A graphical usage meter for displaying Internode broadband data usage.".
Снимки экрана расширения
Скачать файл CRX расширения WhatsTheUsage
Скачайте файлы расширений WhatsTheUsage в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
WhatsTheUsage is a simple usage meter for displaying monthly data usage for Internode broadband customers. It shows the usage and quota for the current month, along with the usage history for each day of the current month and the average daily usage remaining.
Основная информация о расширении
Название | WhatsTheUsage |
ID | pcngeafamdfbiaabjgmhaeldmkhhjpkg |
Официальный URL | https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg |
Описание | A graphical usage meter for displaying Internode broadband data usage. |
Размер файла | 265 KB |
Количество установок | 436 |
Текущая Версия | 0.0.4 |
Последнее Обновление | 2015-12-17 |
Дата публикации | 2015-12-16 |
Рейтинг | 3.88/5 Всего 17 оценок |
Разработчик | whatstheusage |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsTheUsage", "version": "0.0.4", "description": "A graphical usage meter for displaying Internode broadband data usage.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/customer-webtools-api.internode.on.net\/api\/*\/" ], "short_name": "WhatsTheUsage" } |