Night Shift Mode

Take care of your eyes. Change screen brightness to special eye-protective colors from the list or to a color that you prefer.

Night Shift Mode란 무엇입니까?

Night Shift Mode은(는) https://nightshiftmode.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take care of your eyes. Change screen brightness to special eye-protective colors from the list or to a color that you prefer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Night shift changes colors of the screen to the warm and eye - protective shades. You can set automatically changing screen mode by schedule or select color theme for the certain website.

Night Shift Mode suggest you palette of colors that are good for eyes in a dark time and also you can pick any color and add it in the settings page. 

Working on a computer in a night time may take effect to your eyes or can disturb other people in the same room. Night Shift Mode is a good opportunity to reduce screen brightening to take care of your eyes. Dark Mode isn't suitable for all websites, so applying warm colors to all websites will be best alternative for screen tinting. 

Screen Shader Mode is a pleasure for your eyes!                    

확장 프로그램 기본 정보

이름 Night Shift Mode Night Shift Mode
ID dlpimjmonhbmamocpboifndnnakgknbf
공식 URL https://chromewebstore.google.com/detail/night-shift-mode/dlpimjmonhbmamocpboifndnnakgknbf
설명 Take care of your eyes. Change screen brightness to special eye-protective colors from the list or to a color that you prefer.
파일 크기 733 KB
설치 횟수 204,035
현재 버전 1.0.7
최근 업데이트 2023-11-01
출시 날짜 2021-03-16
평점 4.70/5 총 987 개의 평점
개발자 https://nightshiftmode.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nightshiftmode.com/
개인정보 보호 정책 페이지 URL https://nightshiftmode.com/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.7",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "overlay.js",
                "palette-picker.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}