Battreminder

Reminds you when your laptop battery is fully charged!

Co je Battreminder?

Battreminder je rozšíření Chrome vyvinuté Aniket, a jeho hlavní funkcí je „Reminds you when your laptop battery is fully charged!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Battreminder

Stáhněte si soubory rozšíření Battreminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Battreminder Battreminder
ID eolgelhflgphiebnjopklpnplinmemfi
Oficiální URL https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi
Popis Reminds you when your laptop battery is fully charged!
Velikost souboru 19.48 KB
Počet instalací 2,619
Aktuální Verze 1.0
Poslední Aktualizace 2018-10-18
Datum Vydání 2018-10-18
Hodnocení 4.07/5 Celkem 15 Hodnocení
Vývojář Aniket
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}