Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

Qu'est-ce que Your Eye Protection ?

Your Eye Protection est une extension Chrome développée par hiatamaworkshop, et sa fonction principale est "Changing Background to soft colors plus font size adjustment for readability".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Your Eye Protection

Téléchargez les fichiers d'extension Your Eye Protection 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

                        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.                    

Informations de Base sur l'Extension

Nom Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
URL Officiel https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
Description Changing Background to soft colors plus font size adjustment for readability
Taille du Fichier 11.11 KB
Nombre d'Installations 161
Version Actuelle 0.1.1
Dernière Mise à Jour 2019-06-23
Date de Publication 2019-06-23
Évaluation 2.33/5 Total 3 Évaluations
Développeur hiatamaworkshop
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}