Eye Care Notification

Reminds you to look away from your screen every 20min (customizable).

Eye Care Notification là gì?

Eye Care Notification là một tiện ích mở rộng Chrome được phát triển bởi Jacob "kurtextrem" Groß, và tính năng chính của nó là "Reminds you to look away from your screen every 20min (customizable).".

Ả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 Care Notification

Tải xuống các tệp mở rộng Eye Care Notification 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 health is important, but most of us neglect it during work or generally when sitting on a PC.

This extension aims to help you through:
 - reminding you to take a break
 - providing a green screen to relax


The notification interval is configurable. I would advice to let it stay at 20 minutes, as per 20/20/20 rule (Google it).

-----
What does this extension do better than others?
This extension was created with performance in mind, so there is no unnecessary CPU usage in the background!                    

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

Tên Eye Care Notification Eye Care Notification
ID abcpljfhdegieapcboeabpmfhmdhbooa
URL Chính Thức https://chromewebstore.google.com/detail/eye-care-notification/abcpljfhdegieapcboeabpmfhmdhbooa
Mô tả Reminds you to look away from your screen every 20min (customizable).
Kích Thước Tệp 40.94 KB
Số Lần Cài Đặt 1,105
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-12-03
Ngày Phát Hành 2019-09-20
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Jacob "kurtextrem" Groß
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kurtextrem/Eye-Care-Chrome
URL Trang Trợ Giúp https://github.com/kurtextrem/Eye-Care-Chrome/issues
URL Trang Chính Sách Bảo Mật https://www.kurtextrem.de/chrome/PRIVACY.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Care Notification",
    "version": "1.3.0",
    "manifest_version": 3,
    "description": "Reminds you to look away from your screen every 20min (customizable).",
    "icons": {
        "128": "eye-icon.png",
        "16": "eye-icon.png",
        "48": "eye-icon.png"
    },
    "author": "Jacob \u201ekurtextrem\" Gro\u00df",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "eye-icon.png",
        "default_popup": "options.html"
    },
    "minimum_chrome_version": "108",
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "offscreen"
    ]
}