Eye Saver - Break Reminder

Eye Saver helps remind you to look away from the screen to prevent eye strain.

Eye Saver - Break Reminder là gì?

Eye Saver - Break Reminder là một tiện ích mở rộng Chrome được phát triển bởi FreoLeo, và tính năng chính của nó là "Eye Saver helps remind you to look away from the screen to prevent eye strain.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Eye Saver - Break Reminder 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

                        A simple timer to remind you to look away from the screen!

EyeSaver promotes the 20-20-20 rule that was designed by optometrist Jeffrey Anshel. The 20-20-20 rule involves looking away from your computer screen every 20 minutes, for 20 seconds at a time, at something that is 20 feet away. This simple rule has been proven to promote healthier eyes!

Benefits from this extension include:
- Prevents eye strain
- Combats computer addiction
- Combats lower back pain 
- Improves mood
- Prevents eye strain related headaches
- Prevents red eyes
- Boosts energy

Features from this extension include: 
- Full browser overlays during break time
- Customizable reminder durations
- Desktop notifications
- Sound notifications
- Ability to stop and resume timer with a single click
- Synchronization of settings across browsers with the same chrome profile

We understand that your privacy is very important. Eye Saver does not have access to your browsing history.                    

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

Tên Eye Saver - Break Reminder Eye Saver - Break Reminder
ID mhfodjdadffkgglbjdlnfakpohhemdga
URL Chính Thức https://chromewebstore.google.com/detail/eye-saver-break-reminder/mhfodjdadffkgglbjdlnfakpohhemdga
Mô tả Eye Saver helps remind you to look away from the screen to prevent eye strain.
Kích Thước Tệp 1.58 MB
Số Lần Cài Đặt 962
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2024-02-18
Ngày Phát Hành 2021-07-26
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển FreoLeo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Saver - Break Reminder",
    "version": "0.7",
    "description": "Eye Saver helps remind you to look away from the screen to prevent eye strain.",
    "permissions": [
        "storage",
        "notifications",
        "offscreen"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "overlay.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "templates\/*",
                "sounds\/look_away_sound.wav",
                "fonts\/Roboto\/*.ttf",
                "enums.js",
                "eyeSaver.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/16icon.png",
        "32": "assets\/32icon.png",
        "48": "assets\/64icon.png",
        "128": "assets\/128icon.png"
    },
    "manifest_version": 3
}