Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

Was ist Your Eye Protection?

Your Eye Protection ist eine Chrome-Erweiterung, die von hiatamaworkshop entwickelt wurde, und ihr Hauptmerkmal ist "Changing Background to soft colors plus font size adjustment for readability".

Erweiterungsscreenshots

screenshot

Your Eye Protection-Erweiterungs-CRX-Datei herunterladen

Laden Sie Your Eye Protection-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
Offizielle URL https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
Beschreibung Changing Background to soft colors plus font size adjustment for readability
Dateigröße 11.11 KB
Installationsanzahl 161
Aktuelle Version 0.1.1
Letztes Update 2019-06-23
Veröffentlichungsdatum 2019-06-23
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler hiatamaworkshop
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}