Eye Care Notification
Reminds you to look away from your screen every 20min (customizable).
Qu'est-ce que Eye Care Notification ?
Eye Care Notification est une extension Chrome développée par Jacob "kurtextrem" Groß, et sa fonction principale est "Reminds you to look away from your screen every 20min (customizable).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Eye Care Notification
Téléchargez les fichiers d'extension Eye Care Notification au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Eye Care Notification |
ID | abcpljfhdegieapcboeabpmfhmdhbooa |
URL Officiel | https://chromewebstore.google.com/detail/eye-care-notification/abcpljfhdegieapcboeabpmfhmdhbooa |
Description | Reminds you to look away from your screen every 20min (customizable). |
Taille du Fichier | 40.94 KB |
Nombre d'Installations | 1,105 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2023-12-03 |
Date de Publication | 2019-09-20 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Jacob "kurtextrem" Groß |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kurtextrem/Eye-Care-Chrome |
URL de la Page d'Aide | https://github.com/kurtextrem/Eye-Care-Chrome/issues |
URL de la Page de Politique de Confidentialité | https://www.kurtextrem.de/chrome/PRIVACY.html |
Langues Prises en Charge | 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" ] } |