Battreminder

Reminds you when your laptop battery is fully charged!

Wat is Battreminder?

Battreminder is een Chrome-extensie ontwikkeld door Aniket, en de belangrijkste functie is "Reminds you when your laptop battery is fully charged!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Battreminder

Download Battreminder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Battreminder Battreminder
ID eolgelhflgphiebnjopklpnplinmemfi
Officiële URL https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi
Beschrijving Reminds you when your laptop battery is fully charged!
Bestandsgrootte 19.48 KB
Aantal Installaties 2,619
Huidige Versie 1.0
Laatst Bijgewerkt 2018-10-18
Publicatiedatum 2018-10-18
Beoordeling 4.07/5 Totaal 15 Beoordelingen
Ontwikkelaar Aniket
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}