Eye Guardian

Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep.

Eye Guardian란 무엇입니까?

Eye Guardian은(는) joce.contact.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Eye Guardian - Blue Light Filter, Screen Dimmer & Break Timer for Eye Protection

🔎Description:

Eye Guardian is a Chrome extension designed to protect your eyes from the harmful effects of prolonged exposure to blue light emitted by digital screens. It adds a customizable filter to your screen, reducing the intensity of blue light and making the screen more comfortable to look at. It also includes a break timer to remind you to rest your eyes regularly, following the 20-20-20 rule.

🪶Features:

Blue Light Filter: Eye Guardian reduces the amount of blue light emitted by your screen, which can cause eye strain and disrupt your sleep cycle.

Break Timer: The extension includes a break timer that follows the 20-20-20 rule (every 20 minutes, take a 20-second break and look at something 20 feet away) to help prevent digital eye strain.

Customizable Settings: You can adjust the intensity of the filter and the frequency of the break reminders to suit your personal preferences and the lighting conditions in your environment.

Easy On/Off Auto Filter Toggle: The extension offers an Auto Filter mode that can be easily enabled or disabled with a single click.

🏅Benefits

- Reduces eye strain and fatigue caused by prolonged screen time
- Encourages regular breaks to rest your eyes and prevent digital eye strain
- Can help improve sleep by reducing exposure to blue light in the evening
- Allows for comfortable screen viewing in any lighting conditions
- Easy to use and adjust as needed
- Saves your computer's battery

🧐How to Use

- Add the Eye Guardian extension to your Chrome browser.
- Click on the Eye Guardian icon in your browser toolbar to open the control panel.
- Use the slider to adjust the intensity of the blue light/ brightness filter.
- Set the frequency for the break timer.
- Start the work timer that'll notify you when you need to rest your eyes.
- When the work timer is finished, start the break timer and rest your eyes.
- Click the toggle switch to enable or disable the Auto Filter.

😊To summarize:

Eye Guardian is a simple and effective tool for anyone who spends a lot of time in front of a screen. By reducing the amount of blue light your screen emits and reminding you to take regular breaks, it can help protect your eyes, improve your sleep, and enhance your overall well-being.


V2: Blue light filter, brightness filter & break timer
V1: Blue light filter only                    

확장 프로그램 기본 정보

이름 Eye Guardian Eye Guardian
ID alnaklamobemdmneodhdgcpcimolihfc
공식 URL https://chromewebstore.google.com/detail/eye-guardian/alnaklamobemdmneodhdgcpcimolihfc
설명 Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep.
파일 크기 1.08 MB
설치 횟수 335
현재 버전 2.1.0
최근 업데이트 2024-03-05
출시 날짜 2023-11-13
평점 5.00/5 총 5 개의 평점
개발자 joce.contact.pro
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,nl,es,it,pt-BR,pt-PT,ru,hi,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eye Guardian",
    "description": "__MSG_appDescription__",
    "version": "2.1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "images\/eye-guardian-64.png",
            "128": "images\/eye-guardian-128.png",
            "256": "images\/eye-guardian-256.png"
        }
    },
    "icons": {
        "64": "images\/eye-guardian-64.png",
        "128": "images\/eye-guardian-128.png",
        "256": "images\/eye-guardian-256.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "notifications",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "startFilter.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sounds\/first-notification.mp3",
                "sounds\/second-notification.mp3"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ],
            "use_dynamic_url": false
        }
    ],
    "default_locale": "en"
}