Eye Protector

Change background color to special eye-protective colors from list or to color which you prefer.

什麼是Eye Protector?

Eye Protector是由bochkarevpetia48177開發的Chrome擴展程式,該擴展的主要功能是“Change background color to special eye-protective colors from list or to color which you prefer.”。

擴展截圖

screenshot
screenshot

下載Eye Protector擴展crx文件

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

擴展使用說明

                        Take care of your eyes with an extension Eye Protect. Make the soft colors and don't hurt your eyes. Eye injury is really seriously, you can save your eye health now and not to regret later.
A lot of features Eye Protect extension has. Brightness and mild color filters are automatically adjusted. It replaces too bright colors to a comfortable color. After changing color, if the text becomes unreadable, it will automatically change the text color to more visible. The border colors are also automatically replaced after changing the background. Filter light really influence to eye health. Also you can take care your eyes with night mode. Night mode help in eye health protection, too bright filter light really spoils vision a lot. You may custom colors in Eye Protect by yourself. You can disable the extension in all the webpages of one site.                    

擴展基本資訊

名稱 Eye Protector Eye Protector
ID gacifgamkobjbnfnifbadbokgoimckmh
官方網址 https://chrome.google.com/webstore/detail/eye-protector/gacifgamkobjbnfnifbadbokgoimckmh
簡介 Change background color to special eye-protective colors from list or to color which you prefer.
檔案大小 50.02 KB
安裝次數 1,000
目前版本 0.9
更新時間 2019-11-24
上架時間 2019-11-24
評分 4.33/5 共 6 次評分
開發者 bochkarevpetia48177
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Protector",
    "version": "0.9",
    "description": "Change background color to special eye-protective colors from list or to color which you prefer.",
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "options_page": "views\/settings.html",
    "background": {
        "scripts": [
            "scripts\/scriptback.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "views\/popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/engine.js"
            ]
        }
    ],
    "default_locale": "en"
}