Green Eye

Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.

¿Qué es Green Eye?

Green Eye es una extensión de Chrome desarrollada por chylvina, y su función principal es "Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Green Eye

Descarga archivos de extensión Green Eye 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

                        Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.                    

Información Básica de la Extensión

Nombre Green Eye Green Eye
ID fjbngeppiginhckphonoffahjcoagofd
URL Oficial https://chromewebstore.google.com/detail/green-eye/fjbngeppiginhckphonoffahjcoagofd
Descripción Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
Tamaño del Archivo 173 KB
Cantidad de Instalaciones 4,117
Versión Actual 1.1.6
Última Actualización 2014-02-22
Fecha de Publicación 2014-02-22
Calificación 4.26/5 Total de 34 Calificaciones
Desarrollador chylvina
Tipo de Pago free
Idiomas Soportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.1.6",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/inject.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "storage"
    ],
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}