TekSavvy Usage Meter
Display your internet usage for the current month.
TekSavvy Usage Meterคืออะไร?
TekSavvy Usage Meter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zachary Kaarvik และคุณลักษณะหลักของมันคือ "Display your internet usage for the current month."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TekSavvy Usage Meter
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |