Battery Notifier
A small, configurable low battery notifier for Chrome devices
O que é Battery Notifier?
Battery Notifier é uma extensão do Chrome desenvolvida por bernhard.todd, e sua principal característica é "A small, configurable low battery notifier for Chrome devices".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Battery Notifier
Baixe arquivos de extensão Battery Notifier 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
Informações Básicas da Extensão
Nome | |
ID | naeehnbamndblediboamhigjpegencee |
URL Oficial | https://chrome.google.com/webstore/detail/battery-notifier/naeehnbamndblediboamhigjpegencee |
Descrição | A small, configurable low battery notifier for Chrome devices |
Tamanho do Arquivo | 41.26 KB |
Contagem de Instalações | 659 |
Versão Atual | 0.1.1 |
Última Atualização | 2015-04-26 |
Data de Publicação | 2015-04-26 |
Classificação | 1.46/5 Total de 26 Avaliações |
Desenvolvedor | bernhard.todd |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/toddbernhard/chrome-battery-notifier |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Battery Notifier", "short_name": "Battery Notifier", "description": "A small, configurable low battery notifier for Chrome devices", "version": "0.1.1", "minimum_chrome_version": "38", "background": { "persistent": false, "scripts": [ "jquery-2.1.3.min.js", "monitor.js" ] }, "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "permissions": [ "notifications", "storage" ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true } } |