Eye Care
Take care of your eyes!
什麼是Eye Care?
Eye Care是由Redjan Ymeraj開發的Chrome擴展程式,該擴展的主要功能是“Take care of your eyes!”。
擴展截圖
下載Eye Care擴展crx文件
下載Eye Care擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension sends you notification in every 30 or 60 minutes to remind you to rest your eyes. By clicking on the notification you can stop the reminding process witch continues for 1 min. You get to choose the starting and end time when you would like to start the reminding process and also disable them in days like weekends or always. Set custom messages. Disable audio if it bothers you. More updates are coming soon... :)
擴展基本資訊
名稱 | Eye Care |
ID | dhphhgimonjoemfeppchefepnabneknk |
官方網址 | https://chromewebstore.google.com/detail/eye-care/dhphhgimonjoemfeppchefepnabneknk |
簡介 | Take care of your eyes! |
檔案大小 | 292 KB |
安裝次數 | 48 |
目前版本 | 0.4 |
更新時間 | 2017-09-01 |
上架時間 | 2017-09-01 |
評分 | 4.75/5 共 4 次評分 |
開發者 | Redjan Ymeraj |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/redjanym/EyeCare |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eye Care", "description": "Take care of your eyes!", "version": "0.4", "manifest_version": 2, "browser_action": { "default_icon": "images\/icon16.png", "default_title": "Eye Care", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/setup.js", "scripts\/notify.js", "scripts\/background.js" ] }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "permissions": [ "background", "notifications" ] } |