Battreminder

Reminds you when your laptop battery is fully charged!

Τι είναι το Battreminder;

Το Battreminder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aniket, και η κύρια λειτουργία του είναι "Reminds you when your laptop battery is fully charged!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Battreminder

Λήψη αρχείων επέκτασης Battreminder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Battreminder Battreminder
ID eolgelhflgphiebnjopklpnplinmemfi
Επίσημο URL https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi
Περιγραφή Reminds you when your laptop battery is fully charged!
Μέγεθος Αρχείου 19.48 KB
Αριθμός Εγκαταστάσεων 2,619
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-10-18
Ημερομηνία Δημοσίευσης 2018-10-18
Αξιολόγηση 4.07/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Aniket
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}