20-20-20 EyeCare

Gives timely reminders to take breaks for the safety of your eyes.

20-20-20 EyeCare란 무엇입니까?

20-20-20 EyeCare은(는) yagrawal2411에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gives timely reminders to take breaks for the safety of your eyes."입니다.

확장 프로그램 스크린샷

screenshot

20-20-20 EyeCare 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        20-20-20 EyeCare is designed to improve eye health and reduce eye stress. It does so by implementing the 20-20-20 vision rule. The extension reminds the user to look away from their screen every 20 minutes by having a new page popup after the 20 minutes for 20 seconds and then automatically closing. 
How to use:
1) Install the chrome extension from the chrome web store.
2) Click on the popup icon to access the controls.
3) Press start when ready to begin the session. Press clear when done or taking a break from screen usage.

Note: If any issues with the diplayed time arise, please just click the clear button and start the session again to troubleshoot the issue.                    

확장 프로그램 기본 정보

이름 20-20-20 EyeCare 20-20-20 EyeCare
ID eihpcdoafdobgpchpdfpgnlbfghjpmen
공식 URL https://chromewebstore.google.com/detail/20-20-20-eyecare/eihpcdoafdobgpchpdfpgnlbfghjpmen
설명 Gives timely reminders to take breaks for the safety of your eyes.
파일 크기 3.35 MB
설치 횟수 47
현재 버전 1.0
최근 업데이트 2021-01-20
출시 날짜 2021-01-19
평점 5.00/5 총 1 개의 평점
개발자 yagrawal2411
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20-20-20 EyeCare",
    "description": "Gives timely reminders to take breaks for the safety of your eyes.",
    "version": "1.0",
    "author": "Yash Agrawal",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "20-20-20 EyeCare",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "storage"
    ]
}