Eye Care
Take care of your eyes!
Eye Care란 무엇입니까?
Eye Care은(는) Redjan Ymeraj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take care of your eyes!"입니다.
확장 프로그램 스크린샷
Eye Care 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |