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.”。
扩展截图
下载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 |
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" } } |