Protect Eye

Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness.

Protect Eye란 무엇입니까?

Protect Eye은(는) talentranslate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Protect Eye 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        * It supports replacing the dazzling white in the web page background with olive green, local yellow, bean paste green and light gray, or any color you customize.

* Support to adjust screen brightness.

* Prevent eye discomfort caused by focusing on Web pages for a long time and protect eyesight.                    

확장 프로그램 기본 정보

이름 Protect Eye Protect Eye
ID mkbaaakkfpacbbcpichcnmjdmgagalfa
공식 URL https://chromewebstore.google.com/detail/protect-eye/mkbaaakkfpacbbcpichcnmjdmgagalfa
설명 Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness.
파일 크기 94.08 KB
설치 횟수 10,723
현재 버전 2.0.0.0
최근 업데이트 2021-11-15
출시 날짜 2018-11-12
평점 4.31/5 총 39 개의 평점
개발자 talentranslate
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/3273275d-2a5f-4848-a70a-ba2bf99982b3
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Protect Eye",
    "short_name": "Protect Eye",
    "version": "2.0.0.0",
    "manifest_version": 2,
    "offline_enabled": true,
    "description": "Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness.",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "img\/grey19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.redditmedia.com\/*",
                "*:\/\/www.youtube.com\/ad_companion\/*",
                "*:\/\/staticxx.facebook.com\/*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/*.googlesyndication.com\/*",
                "*:\/\/*.doubleclick.net\/*",
                "*:\/\/js.stripe.com\/v2\/m\/outer.html*",
                "*:\/\/*.amazon-adsystem.com\/*",
                "*:\/\/*.lijit.com\/beacon*",
                "*:\/\/*.doubleverify.com\/*",
                "*:\/\/pixel.sitescout.com\/*",
                "*:\/\/*.2mdn.net\/*",
                "*:\/\/acdn.adnxs.com\/dmp\/async_usersync.html"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "file:\/\/\/*",
        ""
    ],
    "incognito": "spanning",
    "minimum_chrome_version": "57",
    "commands": {
        "0-toggle": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Toggle Protect Eye on\/off"
        },
        "1-increase-color-temperature": {
            "suggested_key": {
                "default": "Alt+Shift+Up"
            },
            "description": "Increase current color temperature"
        },
        "2-decrease-color-temperature": {
            "suggested_key": {
                "default": "Alt+Shift+Down"
            },
            "description": "Decrease current color temperature"
        },
        "3-increase-darkness": {
            "description": "Increase darkness"
        },
        "4-decrease-darkness": {
            "description": "Decrease darkness"
        },
        "5-change-color": {
            "description": "Iterate through colors"
        }
    }
}