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 확장 프로그램으로, 주요 기능은 "Chrome extension for the Telemeter of belgian ISP Telenet"입니다.

확장 프로그램 스크린샷

screenshot

Telenet Telemeter for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}