Night Shift. Eye Protection Mode

Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused

Night Shift. Eye Protection Mode란 무엇입니까?

Night Shift. Eye Protection Mode은(는) filipossler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Night Shift. Eye Protection Mode 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Change the color of a page you browse to protect your eyes and make surfing easy and comfortable. You can set temperature of a page yourself in warm-to-cold range by moving the slider. As easy as it can be. Chose custom color temperature that suits you personally. 

Protect your eyes from tiredness and save your vision. The Night Shift is extremely useful tool for those who spend much time surfing Internet or reading from PC. Take care of your health and use Night Shift to release stress from your eyes and nervous system.

Think ahead and protect your eyes before it's too late.                    

확장 프로그램 기본 정보

이름 Night Shift. Eye Protection Mode Night Shift. Eye Protection Mode
ID fddfjikkeahcbcimofjdocdjonmplkjl
공식 URL https://chromewebstore.google.com/detail/night-shift-eye-protectio/fddfjikkeahcbcimofjdocdjonmplkjl
설명 Custom change brightness or color scheme. Set your own color in warm-to-cold range. Protect your eyes from stress and stay focused
파일 크기 40.05 KB
설치 횟수 379
현재 버전 1.0.2
최근 업데이트 2023-07-12
출시 날짜 2022-09-12
평점 3.67/5 총 3 개의 평점
개발자 filipossler
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/nightshift-protection
지원되는 언어 id,ms,de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-PT,sv,cs,el,ru,uk,iw,fa,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.2",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "\/icons\/icon_128.png"
    },
    "action": {
        "default_popup": "\/html\/popup.html"
    }
}