TekSavvy Usage Meter

Display your internet usage for the current month.

TekSavvy Usage Meterとは何ですか?

TekSavvy Usage MeterはZachary Kaarvikによって開発されたChromeの拡張機能で、その主な機能は「Display your internet usage for the current month.」です。

拡張機能のスクリーンショット

screenshot

TekSavvy Usage Meter拡張機能のCRXファイルをダウンロード

TekSavvy Usage Meter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple extension to view your current usage for the month. The extension displays your usage for on and off peak periods, both upload and download as well as a percentage of your monthly cap, if applicable.

You will need your API key, which can be found on the TekSavvy website (https://myaccount.teksavvy.com/ApiKey/ApiKeyManagement).                    

拡張機能の基本情報

名前 TekSavvy Usage Meter TekSavvy Usage Meter
ID fchiggjpbjfgkeflpbfnnlffbpeajnof
公式URL https://chromewebstore.google.com/detail/teksavvy-usage-meter/fchiggjpbjfgkeflpbfnnlffbpeajnof
説明 Display your internet usage for the current month.
ファイルサイズ 96.76 KB
インストール数 41
現在のバージョン 1.1
最終更新日 2014-11-08
公開日 2014-11-07
評価 4.00/5 合計 6 レビュー
開発者 Zachary Kaarvik
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1",
    "default_locale": "en",
    "permissions": [
        "storage",
        "https:\/\/api.teksavvy.com\/"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "128": "img\/icon128.png"
    }
}