EyeCare
This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.
Cos'è EyeCare?
EyeCare è un'estensione di Chrome sviluppata da Akshen Doke, e la sua funzione principale è "This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EyeCare
Scarica i file di estensione EyeCare in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | pmgplhkchimfpabhikhhibobhhfioknb |
URL Ufficiale | https://chrome.google.com/webstore/detail/eyecare/pmgplhkchimfpabhikhhibobhhfioknb |
Descrizione | This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome. |
Dimensione del File | 122 KB |
Conteggio Installazioni | 145 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-04-23 |
Data di Pubblicazione | 2017-04-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Akshen Doke |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |