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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |