Eye Care Notification

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

什麼是Eye Care Notification?

Eye Care Notification是由Jacob "kurtextrem" Groß開發的Chrome擴展程式,該擴展的主要功能是“Reminds you to look away from your screen every 20min (customizable).”。

擴展截圖

screenshot
screenshot

下載Eye Care Notification擴展crx文件

下載Eye Care Notification擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Eye Care Notification Eye Care Notification
ID abcpljfhdegieapcboeabpmfhmdhbooa
官方網址 https://chromewebstore.google.com/detail/eye-care-notification/abcpljfhdegieapcboeabpmfhmdhbooa
簡介 Reminds you to look away from your screen every 20min (customizable).
檔案大小 40.94 KB
安裝次數 1,105
目前版本 1.3.0
更新時間 2023-12-03
上架時間 2019-09-20
評分 5.00/5 共 5 次評分
開發者 Jacob "kurtextrem" Groß
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/kurtextrem/Eye-Care-Chrome
說明頁面URL https://github.com/kurtextrem/Eye-Care-Chrome/issues
隱私政策頁面URL https://www.kurtextrem.de/chrome/PRIVACY.html
支援的語言 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"
    ]
}