WhatsTheUsage
A graphical usage meter for displaying Internode broadband data usage.
Apa itu WhatsTheUsage?
WhatsTheUsage adalah ekstensi Chrome yang dikembangkan oleh whatstheusage, dan fitur utamanya adalah "A graphical usage meter for displaying Internode broadband data usage.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WhatsTheUsage
Unduh file ekstensi WhatsTheUsage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | WhatsTheUsage |
ID | pcngeafamdfbiaabjgmhaeldmkhhjpkg |
URL Resmi | https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg |
Deskripsi | A graphical usage meter for displaying Internode broadband data usage. |
Ukuran File | 265 KB |
Jumlah Instalasi | 436 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2015-12-17 |
Tanggal Publikasi | 2015-12-16 |
Penilaian | 3.88/5 Total 17 Penilaian |
Pengembang | whatstheusage |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |