Battreminder

Reminds you when your laptop battery is fully charged!

Cos'è Battreminder?

Battreminder è un'estensione di Chrome sviluppata da Aniket, e la sua funzione principale è "Reminds you when your laptop battery is fully charged!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Battreminder

Scarica i file di estensione Battreminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Battreminder Battreminder
ID eolgelhflgphiebnjopklpnplinmemfi
URL Ufficiale https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi
Descrizione Reminds you when your laptop battery is fully charged!
Dimensione del File 19.48 KB
Conteggio Installazioni 2,619
Versione Corrente 1.0
Ultimo Aggiornamento 2018-10-18
Data di Pubblicazione 2018-10-18
Valutazione 4.07/5 Totale 15 Valutazioni
Sviluppatore Aniket
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}