Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

Wat is Your Eye Protection?

Your Eye Protection is een Chrome-extensie ontwikkeld door hiatamaworkshop, en de belangrijkste functie is "Changing Background to soft colors plus font size adjustment for readability".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Your Eye Protection

Download Your Eye Protection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
Officiële URL https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
Beschrijving Changing Background to soft colors plus font size adjustment for readability
Bestandsgrootte 11.11 KB
Aantal Installaties 161
Huidige Versie 0.1.1
Laatst Bijgewerkt 2019-06-23
Publicatiedatum 2019-06-23
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar hiatamaworkshop
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}