WhatsTheUsage
A graphical usage meter for displaying Internode broadband data usage.
ما هو WhatsTheUsage؟
WhatsTheUsage هو إضافة Chrome تم تطويرها بواسطة whatstheusage، والميزة الرئيسية لها هي "A graphical usage meter for displaying Internode broadband data usage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WhatsTheUsage
قم بتنزيل ملفات الامتداد WhatsTheUsage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
WhatsTheUsage is a simple usage meter for displaying monthly data usage for Internode broadband customers. It shows the usage and quota for the current month, along with the usage history for each day of the current month and the average daily usage remaining.
معلومات أساسية عن التمديد
الاسم | WhatsTheUsage |
ID | pcngeafamdfbiaabjgmhaeldmkhhjpkg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg |
الوصف | A graphical usage meter for displaying Internode broadband data usage. |
حجم الملف | 265 KB |
عدد التثبيتات | 436 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2015-12-17 |
تاريخ النشر | 2015-12-16 |
تقييم | 3.88/5 مجموع تقييمات 17 |
المطور | whatstheusage |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsTheUsage", "version": "0.0.4", "description": "A graphical usage meter for displaying Internode broadband data usage.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/customer-webtools-api.internode.on.net\/api\/*\/" ], "short_name": "WhatsTheUsage" } |