Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

¿Qué es Your Eye Protection?

Your Eye Protection es una extensión de Chrome desarrollada por hiatamaworkshop, y su función principal es "Changing Background to soft colors plus font size adjustment for readability".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Your Eye Protection

Descarga archivos de extensión Your Eye Protection en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
URL Oficial https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
Descripción Changing Background to soft colors plus font size adjustment for readability
Tamaño del Archivo 11.11 KB
Cantidad de Instalaciones 161
Versión Actual 0.1.1
Última Actualización 2019-06-23
Fecha de Publicación 2019-06-23
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador hiatamaworkshop
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}