20/20/20 Vision

20/20/20 Vision is a chrome extension that simply just reminds you to give your eyes a break from your computer screen as per the…

20/20/20 Vision란 무엇입니까?

20/20/20 Vision은(는) Muhammed Ismail에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "20/20/20 Vision is a chrome extension that simply just reminds you to give your eyes a break from your computer screen as per the…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

20/20/20 Vision 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        20/20/20 Vision is a chrome extension that simply just reminds you to give your eyes a break from your computer screen as per the 20/20/20 eye care rule, which states: "For every 20 minutes spent using a screen, you should try to look away at something that is approximately 20 feet away from you for a total of 20 seconds."

This rule is essential for everyone today, as almost everyone uses a computer screen everyday. Following this rule would mean less eye strain, better eyesight and less headaches.                    

확장 프로그램 기본 정보

이름 20/20/20 Vision 20/20/20 Vision
ID lknjmkdopggoignpeekjhlldnmlfibef
공식 URL https://chromewebstore.google.com/detail/202020-vision/lknjmkdopggoignpeekjhlldnmlfibef
설명 20/20/20 Vision is a chrome extension that simply just reminds you to give your eyes a break from your computer screen as per the…
파일 크기 65.58 KB
설치 횟수 847
현재 버전 0.3
최근 업데이트 2019-04-19
출시 날짜 2019-04-14
평점 4.00/5 총 4 개의 평점
개발자 Muhammed Ismail
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20\/20\/20 Vision",
    "version": "0.3",
    "icons": {
        "19": "res\/20VisionIcon.png",
        "128": "res\/20Vision_128.png"
    },
    "background": {
        "page": "background\/bg.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "lib\/jquery\/jquery-3.3.1.slim.min.js",
                "content\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "res\/20VisionIcon.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ]
}