TekSavvy Usage Meter

Display your internet usage for the current month.

TekSavvy Usage Meter là gì?

TekSavvy Usage Meter là một tiện ích mở rộng Chrome được phát triển bởi Zachary Kaarvik, và tính năng chính của nó là "Display your internet usage for the current month.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TekSavvy Usage Meter

Tải xuống các tệp mở rộng TekSavvy Usage Meter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TekSavvy Usage Meter TekSavvy Usage Meter
ID fchiggjpbjfgkeflpbfnnlffbpeajnof
URL Chính Thức https://chromewebstore.google.com/detail/teksavvy-usage-meter/fchiggjpbjfgkeflpbfnnlffbpeajnof
Mô tả Display your internet usage for the current month.
Kích Thước Tệp 96.76 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-11-08
Ngày Phát Hành 2014-11-07
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Zachary Kaarvik
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}