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是由Akshen Doke開發的Chrome擴展程式,該擴展的主要功能是“This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.”。
擴展截圖
下載EyeCare擴展crx文件
下載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 |
官方網址 | 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" } |