Telenet Telemeter for Chrome
Chrome extension for the Telemeter of belgian ISP Telenet
Что такое Telenet Telemeter for Chrome?
Telenet Telemeter for Chrome - это расширение Chrome, разработанное Steven Van Bael, и его основная функция - "Chrome extension for the Telemeter of belgian ISP Telenet".
Снимки экрана расширения
Скачать файл CRX расширения Telenet Telemeter for Chrome
Скачайте файлы расширений Telenet Telemeter for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Allows customers of Belgian ISP Telenet to check their monthly bandwith usage. If you encounter issues please report them on the issue tracker. (see url below) The extension is mainly tested with a "limited bandwith" subscription plan. If you have an unlimited plan and are interested in helping me make the extension compatible with your plan, please mail me on [email protected] Issue tracker: https://github.com/vbsteven/Telenet-Telemeter-Chrome-extension/issues Source code: https://github.com/vbsteven/Telenet-Telemeter-Chrome-extension Twitter: http://twitter.com/vbsteven Blog: http://vbsteven.be This extension is not officially maintained by Telenet.
Основная информация о расширении
Название | Telenet Telemeter for Chrome |
ID | ffaofccjlhnaklphoijfmhdnafdeelma |
Официальный URL | https://chromewebstore.google.com/detail/telenet-telemeter-for-chr/ffaofccjlhnaklphoijfmhdnafdeelma |
Описание | Chrome extension for the Telemeter of belgian ISP Telenet |
Размер файла | 42.52 KB |
Количество установок | 201 |
Текущая Версия | 0.1.5 |
Последнее Обновление | 2012-12-28 |
Дата публикации | 2012-12-28 |
Рейтинг | 3.68/5 Всего 25 оценок |
Разработчик | Steven Van Bael |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Telenet Telemeter for Chrome", "version": "0.1.5", "description": "Chrome extension for the Telemeter of belgian ISP Telenet", "options_page": "options.html", "background": { "page": "background.html" }, "icons": { "128": "logo.png" }, "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/t4t.services.telenet.be\/" ] } |