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
官方網址 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"
    }
}