Eye Guardian

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

Co je Eye Guardian?

Eye Guardian je rozšíření Chrome vyvinuté joce.contact.pro, a jeho hlavní funkcí je „Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Eye Guardian

Stáhněte si soubory rozšíření Eye Guardian ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Eye Guardian Eye Guardian
ID alnaklamobemdmneodhdgcpcimolihfc
Oficiální URL https://chromewebstore.google.com/detail/eye-guardian/alnaklamobemdmneodhdgcpcimolihfc
Popis Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep.
Velikost souboru 1.08 MB
Počet instalací 335
Aktuální Verze 2.1.0
Poslední Aktualizace 2024-03-05
Datum Vydání 2023-11-13
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář joce.contact.pro
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}