Battreminder
Reminds you when your laptop battery is fully charged!
O que é Battreminder?
Battreminder é uma extensão do Chrome desenvolvida por Aniket, e sua principal característica é "Reminds you when your laptop battery is fully charged!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Battreminder
Baixe arquivos de extensão Battreminder 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
Most of us work on laptops, and sometimes we end up overcharging it (and honestly wasting some electricity). There's by default a reminder, for almost all laptops, which lets you know when the battery is low. But, how to know when the battery is fully charged? This light-weight minimal browser extension will let you know the battery level and will remind you with a sound notification when the battery is fully charged!
Informações Básicas da Extensão
Nome | Battreminder |
ID | eolgelhflgphiebnjopklpnplinmemfi |
URL Oficial | https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi |
Descrição | Reminds you when your laptop battery is fully charged! |
Tamanho do Arquivo | 19.48 KB |
Contagem de Instalações | 2,619 |
Versão Atual | 1.0 |
Última Atualização | 2018-10-18 |
Data de Publicação | 2018-10-18 |
Classificação | 4.07/5 Total de 15 Avaliações |
Desenvolvedor | Aniket |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Battreminder", "version": "1.0", "description": "Reminds you when your laptop battery is fully charged!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "notifications" ], "browser_action": { "default_icon": "icons\/icon128.png" }, "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] } } |