TekSavvy Usage Meter
Display your internet usage for the current month.
TekSavvy Usage Meter क्या है?
TekSavvy Usage Meter Zachary Kaarvik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display your internet usage for the current month."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TekSavvy Usage Meter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |