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」です。
拡張機能のスクリーンショット
Telenet Telemeter for Chrome拡張機能のCRXファイルをダウンロード
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\/" ] } |