Eye Saver - Break Reminder

Eye Saver helps remind you to look away from the screen to prevent eye strain.

Eye Saver - Break Reminder란 무엇입니까?

Eye Saver - Break Reminder은(는) FreoLeo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Eye Saver helps remind you to look away from the screen to prevent eye strain."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Eye Saver - Break Reminder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple timer to remind you to look away from the screen!

EyeSaver promotes the 20-20-20 rule that was designed by optometrist Jeffrey Anshel. The 20-20-20 rule involves looking away from your computer screen every 20 minutes, for 20 seconds at a time, at something that is 20 feet away. This simple rule has been proven to promote healthier eyes!

Benefits from this extension include:
- Prevents eye strain
- Combats computer addiction
- Combats lower back pain 
- Improves mood
- Prevents eye strain related headaches
- Prevents red eyes
- Boosts energy

Features from this extension include: 
- Full browser overlays during break time
- Customizable reminder durations
- Desktop notifications
- Sound notifications
- Ability to stop and resume timer with a single click
- Synchronization of settings across browsers with the same chrome profile

We understand that your privacy is very important. Eye Saver does not have access to your browsing history.                    

확장 프로그램 기본 정보

이름 Eye Saver - Break Reminder Eye Saver - Break Reminder
ID mhfodjdadffkgglbjdlnfakpohhemdga
공식 URL https://chromewebstore.google.com/detail/eye-saver-break-reminder/mhfodjdadffkgglbjdlnfakpohhemdga
설명 Eye Saver helps remind you to look away from the screen to prevent eye strain.
파일 크기 1.58 MB
설치 횟수 962
현재 버전 0.7
최근 업데이트 2024-02-18
출시 날짜 2021-07-26
평점 4.50/5 총 4 개의 평점
개발자 FreoLeo
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Saver - Break Reminder",
    "version": "0.7",
    "description": "Eye Saver helps remind you to look away from the screen to prevent eye strain.",
    "permissions": [
        "storage",
        "notifications",
        "offscreen"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "overlay.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "templates\/*",
                "sounds\/look_away_sound.wav",
                "fonts\/Roboto\/*.ttf",
                "enums.js",
                "eyeSaver.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "assets\/16icon.png",
        "32": "assets\/32icon.png",
        "48": "assets\/64icon.png",
        "128": "assets\/128icon.png"
    },
    "manifest_version": 3
}