Telenet Telemeter for Chrome

Chrome extension for the Telemeter of belgian ISP Telenet

Telenet Telemeter for Chrome क्या है?

Telenet Telemeter for Chrome Steven Van Bael द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for the Telemeter of belgian ISP Telenet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Telenet Telemeter for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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\/"
    ]
}