Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

Co je Your Eye Protection?

Your Eye Protection je rozšíření Chrome vyvinuté hiatamaworkshop, a jeho hlavní funkcí je „Changing Background to soft colors plus font size adjustment for readability“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Your Eye Protection

Stáhněte si soubory rozšíření Your Eye Protection 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í

                        1. Changing web-page's default Background color to soft colors.
2. Font size adjustment.

Both functions can enhance readability.

Don't you think white backgrounds are too bright? and black backgrounds confuse your eyes sometimes.

My extensions are extremely small in size, because there are no pop-up adds, no extra connections.                    

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

Název Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
Oficiální URL https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
Popis Changing Background to soft colors plus font size adjustment for readability
Velikost souboru 11.11 KB
Počet instalací 161
Aktuální Verze 0.1.1
Poslední Aktualizace 2019-06-23
Datum Vydání 2019-06-23
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář hiatamaworkshop
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your Eye Protection",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Changing Background to soft colors plus font size adjustment for readability",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "bcolor_font.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}