Battreminder

Reminds you when your laptop battery is fully charged!

Co to jest Battreminder?

Battreminder to rozszerzenie Chrome opracowane przez Aniket, a jego główną funkcją jest „Reminds you when your laptop battery is fully charged!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Battreminder

Pobierz pliki rozszerzeń Battreminder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Battreminder Battreminder
ID eolgelhflgphiebnjopklpnplinmemfi
Oficjalny URL https://chromewebstore.google.com/detail/battreminder/eolgelhflgphiebnjopklpnplinmemfi
Opis Reminds you when your laptop battery is fully charged!
Rozmiar pliku 19.48 KB
Liczba instalacji 2,619
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-10-18
Data Publikacji 2018-10-18
Ocena 4.07/5 Łącznie 15 Oceny
Deweloper Aniket
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}