EyeCare
This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.
Apa itu EyeCare?
EyeCare adalah ekstensi Chrome yang dikembangkan oleh Akshen Doke, dan fitur utamanya adalah "This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi EyeCare
Unduh file ekstensi EyeCare dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | pmgplhkchimfpabhikhhibobhhfioknb |
URL Resmi | https://chrome.google.com/webstore/detail/eyecare/pmgplhkchimfpabhikhhibobhhfioknb |
Deskripsi | This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome. |
Ukuran File | 122 KB |
Jumlah Instalasi | 145 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-04-23 |
Tanggal Publikasi | 2017-04-23 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Akshen Doke |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |