20/20/20 Reminders
Provides unobtrusive reminders to help you follow the 20/20/20 rule.
Qu'est-ce que 20/20/20 Reminders ?
20/20/20 Reminders est une extension Chrome développée par Wolffsohn Research, et sa fonction principale est "Provides unobtrusive reminders to help you follow the 20/20/20 rule.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 20/20/20 Reminders
Téléchargez les fichiers d'extension 20/20/20 Reminders 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
Help your eyes to relax and combat the symptoms of Computer Vision Syndrome by following the 20/20/20 rule. Every 20 minutes, take a break from your screen for 20 seconds and focus on something 20 feet away. This lightweight extension will help you to follow the rule by providing a small desktop notification every 20 minutes. You can optionally configure the interval and duration of the break period and play a sound when it starts and finishes.
Informations de Base sur l'Extension
Nom | 20/20/20 Reminders |
ID | hdadofjbdnckpfbmddfkgpnpchcfbpki |
URL Officiel | https://chromewebstore.google.com/detail/202020-reminders/hdadofjbdnckpfbmddfkgpnpchcfbpki |
Description | Provides unobtrusive reminders to help you follow the 20/20/20 rule. |
Taille du Fichier | 112 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-07-18 |
Date de Publication | 2021-07-04 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Wolffsohn Research |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.wolffsohnresearch.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "20\/20\/20 Reminders", "version": "1.0.1", "manifest_version": 2, "minimum_chrome_version": "42", "author": "Wolffsohn Research", "description": "Provides unobtrusive reminders to help you follow the 20\/20\/20 rule.", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js", "constants.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "options.html" }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage", "notifications", "alarms" ] } |