TekSavvy Usage Meter
Display your internet usage for the current month.
O que é TekSavvy Usage Meter?
TekSavvy Usage Meter é uma extensão do Chrome desenvolvida por Zachary Kaarvik, e sua principal característica é "Display your internet usage for the current month.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TekSavvy Usage Meter
Baixe arquivos de extensão TekSavvy Usage Meter 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
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).
Informações Básicas da Extensão
Nome | TekSavvy Usage Meter |
ID | fchiggjpbjfgkeflpbfnnlffbpeajnof |
URL Oficial | https://chromewebstore.google.com/detail/teksavvy-usage-meter/fchiggjpbjfgkeflpbfnnlffbpeajnof |
Descrição | Display your internet usage for the current month. |
Tamanho do Arquivo | 96.76 KB |
Contagem de Instalações | 41 |
Versão Atual | 1.1 |
Última Atualização | 2014-11-08 |
Data de Publicação | 2014-11-07 |
Classificação | 4.00/5 Total de 6 Avaliações |
Desenvolvedor | Zachary Kaarvik |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |