Green Eye

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

Was ist Green Eye?

Green Eye ist eine Chrome-Erweiterung, die von chylvina entwickelt wurde, und ihr Hauptmerkmal ist "Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.".

Erweiterungsscreenshots

screenshot
screenshot

Green Eye-Erweiterungs-CRX-Datei herunterladen

Laden Sie Green Eye-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Green Eye Green Eye
ID fjbngeppiginhckphonoffahjcoagofd
Offizielle URL https://chromewebstore.google.com/detail/green-eye/fjbngeppiginhckphonoffahjcoagofd
Beschreibung Change background and foreground colors for eye health and normal vision, support simple change, entire change and smart change.
Dateigröße 173 KB
Installationsanzahl 4,117
Aktuelle Version 1.1.6
Letztes Update 2014-02-22
Veröffentlichungsdatum 2014-02-22
Bewertung 4.26/5 Insgesamt 34 Bewertungen
Entwickler chylvina
Zahlungsart free
Unterstützte Sprachen 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'"
}