Eye Care Notification
Reminds you to look away from your screen every 20min (customizable).
¿Qué es Eye Care Notification?
Eye Care Notification es una extensión de Chrome desarrollada por Jacob "kurtextrem" Groß, y su función principal es "Reminds you to look away from your screen every 20min (customizable).".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Eye Care Notification
Descarga archivos de extensión Eye Care Notification en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Eye Care Notification |
ID | abcpljfhdegieapcboeabpmfhmdhbooa |
URL Oficial | https://chromewebstore.google.com/detail/eye-care-notification/abcpljfhdegieapcboeabpmfhmdhbooa |
Descripción | Reminds you to look away from your screen every 20min (customizable). |
Tamaño del Archivo | 40.94 KB |
Cantidad de Instalaciones | 1,105 |
Versión Actual | 1.3.0 |
Última Actualización | 2023-12-03 |
Fecha de Publicación | 2019-09-20 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | Jacob "kurtextrem" Groß |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/kurtextrem/Eye-Care-Chrome |
URL de la Página de Ayuda | https://github.com/kurtextrem/Eye-Care-Chrome/issues |
URL de la Página de Política de Privacidad | https://www.kurtextrem.de/chrome/PRIVACY.html |
Idiomas Soportados | 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" ] } |