Eye Protector

Change background color to special eye-protective colors from list or to color which you prefer.

Qu'est-ce que Eye Protector ?

Eye Protector est une extension Chrome développée par bochkarevpetia48177, et sa fonction principale est "Change background color to special eye-protective colors from list or to color which you prefer.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Eye Protector

Téléchargez les fichiers d'extension Eye Protector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Take care of your eyes with an extension Eye Protect. Make the soft colors and don't hurt your eyes. Eye injury is really seriously, you can save your eye health now and not to regret later.
A lot of features Eye Protect extension has. Brightness and mild color filters are automatically adjusted. It replaces too bright colors to a comfortable color. After changing color, if the text becomes unreadable, it will automatically change the text color to more visible. The border colors are also automatically replaced after changing the background. Filter light really influence to eye health. Also you can take care your eyes with night mode. Night mode help in eye health protection, too bright filter light really spoils vision a lot. You may custom colors in Eye Protect by yourself. You can disable the extension in all the webpages of one site.                    

Informations de Base sur l'Extension

Nom Eye Protector Eye Protector
ID gacifgamkobjbnfnifbadbokgoimckmh
URL Officiel https://chrome.google.com/webstore/detail/eye-protector/gacifgamkobjbnfnifbadbokgoimckmh
Description Change background color to special eye-protective colors from list or to color which you prefer.
Taille du Fichier 50.02 KB
Nombre d'Installations 1,000
Version Actuelle 0.9
Dernière Mise à Jour 2019-11-24
Date de Publication 2019-11-24
Évaluation 4.33/5 Total 6 Évaluations
Développeur bochkarevpetia48177
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Protector",
    "version": "0.9",
    "description": "Change background color to special eye-protective colors from list or to color which you prefer.",
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "options_page": "views\/settings.html",
    "background": {
        "scripts": [
            "scripts\/scriptback.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "views\/popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/engine.js"
            ]
        }
    ],
    "default_locale": "en"
}