20 for 20 - Eye healthcare reminder

Reminders to look away from the screen to promote good eye health

20 for 20 - Eye healthcare reminder란 무엇입니까?

20 for 20 - Eye healthcare reminder은(는) Jamhead에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reminders to look away from the screen to promote good eye health"입니다.

확장 프로그램 스크린샷

screenshot

20 for 20 - Eye healthcare reminder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Gives you reminders by little beep noises, reminding you to look away from the screen to promote good eye health.

The noise will beep once every 20 minutes, and after 20 seconds will beep 3 times again to signal that you have rested your eyes enough.

It has been advised that you should look at an object (not a screen) which is about 20 feet away for 20 seconds every 20 minutes while working at computer screens. This extension is to help you remember to do that. 

Use the popup icon to turn on/off.                    

확장 프로그램 기본 정보

이름 20 for 20 - Eye healthcare reminder 20 for 20 - Eye healthcare reminder
ID hmmoolenpgjpklhfkhomojilkjkjaomn
공식 URL https://chromewebstore.google.com/detail/20-for-20-eye-healthcare/hmmoolenpgjpklhfkhomojilkjkjaomn
설명 Reminders to look away from the screen to promote good eye health
파일 크기 426 KB
설치 횟수 114
현재 버전 0.0.1
최근 업데이트 2016-12-20
출시 날짜 2016-12-20
개발자 Jamhead
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20 for 20 - Eye healthcare reminder",
    "version": "0.0.1",
    "description": "Reminders to look away from the screen to promote good eye health",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/eye-icon128.png",
        "default_title": "20 For 20",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icons\/eye-icon48.png",
        "128": "icons\/eye-icon128.png"
    }
}