Night Reading Mode

Adjust web page text for night time reading

Co je Night Reading Mode?

Night Reading Mode je rozšíření Chrome vyvinuté Logan Krumbhaar, a jeho hlavní funkcí je „Adjust web page text for night time reading“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Night Reading Mode

Stáhněte si soubory rozšíření Night Reading Mode 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í

                        An extension which can adjust web page text for night time reading. The extension can invert a pages color and change its contrast. I made this because I tried inverting page colors for night reading, but still found bright text on dark backgrounds difficult to read. Reducing contrast makes reading web pages a bit lighter on the eyes.

Compatible with most websites.

Please rate and mention any bugs you notice, thoughts, or concerns so I can address them and make it a better extension.                    

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

Název Night Reading Mode Night Reading Mode
ID ngbfeclajblpoeamfkmeablkmcpfikgc
Oficiální URL https://chrome.google.com/webstore/detail/night-reading-mode/ngbfeclajblpoeamfkmeablkmcpfikgc
Popis Adjust web page text for night time reading
Velikost souboru 17.28 KB
Počet instalací 1,490
Aktuální Verze 0.0.0.6
Poslední Aktualizace 2015-12-09
Datum Vydání 2015-12-09
Hodnocení 3.13/5 Celkem 8 Hodnocení
Vývojář Logan Krumbhaar
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "rgbcolor.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "Adjust web page text for night time reading",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Night Reading Mode",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "0.0.0.6"
}