Easy Screen Shader

Tint Chrome with a soothing hue to ease eye strain and fatigue.

Easy Screen Shader란 무엇입니까?

Easy Screen Shader은(는) https://smalldatatools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tint Chrome with a soothing hue to ease eye strain and fatigue."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Easy Screen Shader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Looking for a way to protect your eyes from the harmful effects of blue light when using your computer at night? Check out this extension - a lightweight and user-friendly tool that can easily adjust your screen color to match the surroundings.

The extension helps reduce eye strain by putting a custom color overlay over web contents. It's a great way to avoid the excessive blue light emitted by computer screen particularly in low-light conditions.

The tool is very easy to set up. The options page lets you customize color value in the format of RGBA to suit your preferences. An ON/OFF switch lets you easily enable or disable the overlay feature. Once enabled, color overlay  will be put to all Chrome tabs based on the color you've set. You are free to disable overlay feature anytime.  

If you experience any issues or bugs, simply head over to our tool's homepage (https://www.smallcolortools.com) and fill out the bug report form.                    

확장 프로그램 기본 정보

이름 Easy Screen Shader Easy Screen Shader
ID nkdpmojgpoofbaphakmefjfpnlhobhfj
공식 URL https://chromewebstore.google.com/detail/easy-screen-shader/nkdpmojgpoofbaphakmefjfpnlhobhfj
설명 Tint Chrome with a soothing hue to ease eye strain and fatigue.
파일 크기 52.72 KB
설치 횟수 474
현재 버전 0.1.2
최근 업데이트 2024-01-17
출시 날짜 2023-04-17
개발자 https://smalldatatools.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.smalldatatools.com
도움말 페이지 URL https://www.smalldatatools.com/contact-us.php
개인정보 보호 정책 페이지 URL https://www.smalldatatools.com/privacy-policy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Screen Shader",
    "description": "Tint Chrome with a soothing hue to ease eye strain and fatigue.",
    "version": "0.1.2",
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "setting.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "\/js\/pagecolor.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}