WhatsTheUsage
A graphical usage meter for displaying Internode broadband data usage.
O que é WhatsTheUsage?
WhatsTheUsage é uma extensão do Chrome desenvolvida por whatstheusage, e sua principal característica é "A graphical usage meter for displaying Internode broadband data usage.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WhatsTheUsage
Baixe arquivos de extensão WhatsTheUsage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | WhatsTheUsage |
ID | pcngeafamdfbiaabjgmhaeldmkhhjpkg |
URL Oficial | https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg |
Descrição | A graphical usage meter for displaying Internode broadband data usage. |
Tamanho do Arquivo | 265 KB |
Contagem de Instalações | 436 |
Versão Atual | 0.0.4 |
Última Atualização | 2015-12-17 |
Data de Publicação | 2015-12-16 |
Classificação | 3.88/5 Total de 17 Avaliações |
Desenvolvedor | whatstheusage |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |