Battreminder

Reminds you when your laptop battery is fully charged!

Was ist Battreminder?

Battreminder ist eine Chrome-Erweiterung, die von Aniket entwickelt wurde, und ihr Hauptmerkmal ist "Reminds you when your laptop battery is fully charged!".

Erweiterungsscreenshots

screenshot
screenshot

Battreminder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Battreminder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Battreminder Battreminder
ID eolgelhflgphiebnjopklpnplinmemfi
Offizielle URL https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi
Beschreibung Reminds you when your laptop battery is fully charged!
Dateigröße 19.48 KB
Installationsanzahl 2,619
Aktuelle Version 1.0
Letztes Update 2018-10-18
Veröffentlichungsdatum 2018-10-18
Bewertung 4.07/5 Insgesamt 15 Bewertungen
Entwickler Aniket
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}