eyeCare - Protect your vision
Notifies you in multiple ways to take breaks and helps you with eye exercises based on 20-20-20 rule and with lower back exercises.
Τι είναι το eyeCare - Protect your vision;
Το eyeCare - Protect your vision είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sites.google.com/site/caringyoureyes, και η κύρια λειτουργία του είναι "Notifies you in multiple ways to take breaks and helps you with eye exercises based on 20-20-20 rule and with lower back exercises.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης eyeCare - Protect your vision
Λήψη αρχείων επέκτασης eyeCare - Protect your vision σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
If you are spending too much time in front of computers, your eyes are the ones that gets strained to the maximum. Taking breaks at regular intervals will help to ease this strain and to protect your vision. A good rule here is to follow 20-20-20 rule to keep your vision intact for a healthy future. As per this rule, every 20 minutes, take your eyes off your computer and look at something 20 feet away for at least 20 seconds. eyeCare will remind you to take this break in multiple ways. Features: 1. 20-20-20 rule based break reminder setup. 2. Ability to customize the duration of the reminder. 3. Ability to run in the system tray from system startup, even when your browser is not running. 3. Provides you instructions on how to spend your break time. 4. Ability to customize and configure the break alert using desktop notification, sound notification etc. 5. Ability to disable and enable quickly when needed, with a single click. 6. The extension icon can flash/blink as break reminder for 20 seconds 7. Countdown display of the time remaining for the break (can be used as a standalone countdown timer too). You can reset the countdown as required. 8. Automatic synchronization of settings across your devices on the same browser. 9. Ability to automatically resume eyeCare protection after a preset duration. This is a must-have extension for computer professionals with lower back (spine) related problems, neck pain, eye-strain related headaches and red-eye. Repetitive stress injury (RSI) and eye strain are the common ailments among computer users. Taking a break every few minutes is going to save your health and vision. Have a great health! - “The greatest wealth is Health.” Facebook: https://www.facebook.com/care.for.your.eyes Website: http://eyecare.apps4u.net/
Βασικές Πληροφορίες Επέκτασης
Όνομα | eyeCare - Protect your vision |
ID | eeeningnfkaonkonalpcicgemnnijjhn |
Επίσημο URL | https://chromewebstore.google.com/detail/eyecare-protect-your-visi/eeeningnfkaonkonalpcicgemnnijjhn |
Περιγραφή | Notifies you in multiple ways to take breaks and helps you with eye exercises based on 20-20-20 rule and with lower back exercises. |
Μέγεθος Αρχείου | 2.36 MB |
Αριθμός Εγκαταστάσεων | 59,647 |
Τρέχουσα Έκδοση | 0.0.1.94 |
Τελευταία Ενημέρωση | 2023-10-08 |
Ημερομηνία Δημοσίευσης | 2020-05-16 |
Αξιολόγηση | 4.26/5 Συνολικά 246 Αξιολογήσεις |
Προγραμματιστής | https://sites.google.com/site/caringyoureyes |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://eyecare.apps4u.net/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://eyecare.apps4u.net/contact-us |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eyeCare - Protect your vision", "version": "0.0.1.94", "minimum_chrome_version": "21.0.0.0", "description": "Notifies you in multiple ways to take breaks and helps you with eye exercises based on 20-20-20 rule and with lower back exercises.", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_title": "eyeCare - Protect your vision and health", "default_popup": "options.html" }, "permissions": [ "notifications", "storage", "alarms" ], "optional_permissions": [ "background" ], "options_page": "options.html#optmode", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "web_accessible_resources": [ "icon_48.png", "icon_128_noti.png" ] } |