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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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ß |
이메일 | [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" ] } |