Battreminder

Reminds you when your laptop battery is fully charged!

Qu'est-ce que Battreminder ?

Battreminder est une extension Chrome développée par Aniket, et sa fonction principale est "Reminds you when your laptop battery is fully charged!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Battreminder

Téléchargez les fichiers d'extension Battreminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Battreminder Battreminder
ID eolgelhflgphiebnjopklpnplinmemfi
URL Officiel https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi
Description Reminds you when your laptop battery is fully charged!
Taille du Fichier 19.48 KB
Nombre d'Installations 2,619
Version Actuelle 1.0
Dernière Mise à Jour 2018-10-18
Date de Publication 2018-10-18
Évaluation 4.07/5 Total 15 Évaluations
Développeur Aniket
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}