SNUDataLimit
Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github:…
O que é SNUDataLimit?
SNUDataLimit é uma extensão do Chrome desenvolvida por rhnvrm, e sua principal característica é "Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github:…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SNUDataLimit
Baixe arquivos de extensão SNUDataLimit 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
Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github: https://github.com/rhnvrm/snu-data-limit
Informações Básicas da Extensão
Nome | SNUDataLimit |
ID | mfjinloagcpmfacpjnlabcflnkbajidd |
URL Oficial | https://chromewebstore.google.com/detail/snudatalimit/mfjinloagcpmfacpjnlabcflnkbajidd |
Descrição | Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github:… |
Tamanho do Arquivo | 51.06 KB |
Contagem de Instalações | 10 |
Versão Atual | 1.1.0 |
Última Atualização | 2017-07-14 |
Data de Publicação | 2017-07-14 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | rhnvrm |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/rhnvrm/snu-data-limit |
URL da Página de Ajuda | https://github.com/rhnvrm/snu-data-limit/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SNUDataLimit", "version": "1.1.0", "manifest_version": 2, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": { "128": "icons\/128x128.png" }, "default_title": "Check Data Limit", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery-2.1.4.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "icons\/128x128.png" }, "permissions": [ "storage", "notifications" ], "background": { "scripts": [ "jquery-2.1.4.min.js", "background.js" ], "persistent": true } } |