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).」です。
拡張機能のスクリーンショット
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 |
ID | abcpljfhdegieapcboeabpmfhmdhbooa |
公式URL | 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ß |
Eメール | [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" ] } |