EyeCare
This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.
Τι είναι το EyeCare;
Το EyeCare είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Akshen Doke, και η κύρια λειτουργία του είναι "This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EyeCare
Λήψη αρχείων επέκτασης EyeCare σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome and help it's user give their eyes a break they deserve. - Window closes automatically after 3 seconds.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | pmgplhkchimfpabhikhhibobhhfioknb |
Επίσημο URL | https://chrome.google.com/webstore/detail/eyecare/pmgplhkchimfpabhikhhibobhhfioknb |
Περιγραφή | This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome. |
Μέγεθος Αρχείου | 122 KB |
Αριθμός Εγκαταστάσεων | 145 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2017-04-23 |
Ημερομηνία Δημοσίευσης | 2017-04-23 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Akshen Doke |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "alarms" ], "manifest_version": 2, "name": "EyeCare", "description": "This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.", "version": "1.1" } |