Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

What is Your Eye Protection?

Your Eye Protection is a Chrome extension developed by hiatamaworkshop, and its main feature is "Changing Background to soft colors plus font size adjustment for readability".

Extension Screenshots

screenshot

Download Your Eye Protection Extension CRX File

Download Your Eye Protection extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
Official URL https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
Description Changing Background to soft colors plus font size adjustment for readability
File Size 11.11 KB
Installation Count 161
Current Version 0.1.1
Last Updated 2019-06-23
Publish Date 2019-06-23
Rating 2.33/5 Total 3 Ratings
Developer hiatamaworkshop
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}