coolers

This extension adds gray layer on screen which helps in reading white background content during night or from dark place

Co je coolers?

coolers je rozšíření Chrome vyvinuté manivannan13tnj, a jeho hlavní funkcí je „This extension adds gray layer on screen which helps in reading white background content during night or from dark place“.

Stáhnout soubor CRX rozšíření coolers

Stáhněte si soubory rozšíření coolers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        night owl chrome plugin is to filter the screen brightness using chrome extension                    

Základní Informace o Rozšíření

Název coolers coolers
ID gllnjhcphiikcemofhpcnmdakdjajdhp
Oficiální URL https://chrome.google.com/webstore/detail/coolers/gllnjhcphiikcemofhpcnmdakdjajdhp
Popis This extension adds gray layer on screen which helps in reading white background content during night or from dark place
Velikost souboru 7.54 KB
Počet instalací 99
Aktuální Verze 1.0
Poslední Aktualizace 2017-02-09
Datum Vydání 2017-02-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář manivannan13tnj
Typ Platby free
Webové stránky Rozšíření https://github.com/rmanivannan/night-owl-chrome-plugin
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "coolers",
    "description": "This extension adds gray layer on screen which helps in reading white background content during night or from dark place",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}