Your Eye Protection

Changing Background to soft colors plus font size adjustment for readability

什麼是Your Eye Protection?

Your Eye Protection是由hiatamaworkshop開發的Chrome擴展程式,該擴展的主要功能是“Changing Background to soft colors plus font size adjustment for readability”。

擴展截圖

screenshot

下載Your Eye Protection擴展crx文件

下載Your Eye Protection擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Your Eye Protection Your Eye Protection
ID acjacalegpmedplkgbajhogacebcaekm
官方網址 https://chrome.google.com/webstore/detail/your-eye-protection/acjacalegpmedplkgbajhogacebcaekm
簡介 Changing Background to soft colors plus font size adjustment for readability
檔案大小 11.11 KB
安裝次數 161
目前版本 0.1.1
更新時間 2019-06-23
上架時間 2019-06-23
評分 2.33/5 共 3 次評分
開發者 hiatamaworkshop
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}