Power Saver

Display consumes a lot of power, this extension turns screen dark and text bright, so that reading time on battery is extended.

Co to jest Power Saver?

Power Saver to rozszerzenie Chrome opracowane przez gigapotential, a jego główną funkcją jest „Display consumes a lot of power, this extension turns screen dark and text bright, so that reading time on battery is extended.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Power Saver

Pobierz pliki rozszerzeń Power Saver 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 the blogs, online articles have white background and darker text.  This makes display use more energy to keep majority of pixels bright.  So this extension turns the background dark and only light up the text-pixels.                    

Podstawowe informacje o rozszerzeniu

Nazwa Power Saver Power Saver
ID jnbbpclapocmlmdeokcblbdgnhejjiel
Oficjalny URL https://chromewebstore.google.com/detail/power-saver/jnbbpclapocmlmdeokcblbdgnhejjiel
Opis Display consumes a lot of power, this extension turns screen dark and text bright, so that reading time on battery is extended.
Rozmiar pliku 16.54 KB
Liczba instalacji 812
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-06-21
Data Publikacji 2016-06-21
Ocena 1.56/5 Łącznie 9 Oceny
Deweloper gigapotential
Typ Płatności free
Strona Rozszerzenia https://github.com/64bit/power-saver
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Power Saver",
    "description": "Display consumes a lot of power, this extension turns screen dark and text bright, so that reading time on battery is extended.",
    "version": "1.0",
    "browser_action": {
        "default_title": "Power Saver",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "change_background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}