Eye Guardian

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

Eye Guardian là gì?

Eye Guardian là một tiện ích mở rộng Chrome được phát triển bởi joce.contact.pro, và tính năng chính của nó là "Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Eye Guardian

Tải xuống các tệp mở rộng Eye Guardian dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Eye Guardian Eye Guardian
ID alnaklamobemdmneodhdgcpcimolihfc
URL Chính Thức https://chromewebstore.google.com/detail/eye-guardian/alnaklamobemdmneodhdgcpcimolihfc
Mô tả Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep.
Kích Thước Tệp 1.08 MB
Số Lần Cài Đặt 335
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2023-11-13
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển joce.contact.pro
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}