Telenet Telemeter for Chrome

Chrome extension for the Telemeter of belgian ISP Telenet

Co je Telenet Telemeter for Chrome?

Telenet Telemeter for Chrome je rozšíření Chrome vyvinuté Steven Van Bael, a jeho hlavní funkcí je „Chrome extension for the Telemeter of belgian ISP Telenet“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Telenet Telemeter for Chrome

Stáhněte si soubory rozšíření Telenet Telemeter for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Telenet Telemeter for Chrome Telenet Telemeter for Chrome
ID ffaofccjlhnaklphoijfmhdnafdeelma
Oficiální URL https://chromewebstore.google.com/detail/telenet-telemeter-for-chr/ffaofccjlhnaklphoijfmhdnafdeelma
Popis Chrome extension for the Telemeter of belgian ISP Telenet
Velikost souboru 42.52 KB
Počet instalací 201
Aktuální Verze 0.1.5
Poslední Aktualizace 2012-12-28
Datum Vydání 2012-12-28
Hodnocení 3.68/5 Celkem 25 Hodnocení
Vývojář Steven Van Bael
Typ Platby free
Podporované Jazyky 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\/"
    ]
}