BreakTimer

Reminds you to take breaks from your computer.

BreakTimer란 무엇입니까?

BreakTimer은(는) Titus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reminds you to take breaks from your computer."입니다.

확장 프로그램 스크린샷

screenshot

BreakTimer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        BreakTimer helps you to take regular breaks from your computer to prevent eye strain and other computer-related health issues. 

This extension is not intended to enforce anything on you but instead to nudge you in the right direction should you choose to look after your health.

BreakTimer will notify you with a new tab and an audio alert when it is time to take a break. You will also be reminded every 20 minutes to give your eyes a quick rest. 

Note: the extension may be less useful to you if you have the icon hidden. If your icon is hidden, you can resize the address bar in Chrome by dragging it from the right-most side to show more extension icons.                    

확장 프로그램 기본 정보

이름 BreakTimer BreakTimer
ID ehlcdbpofiimdlajaleghpdlkcfhhfag
공식 URL https://chrome.google.com/webstore/detail/breaktimer/ehlcdbpofiimdlajaleghpdlkcfhhfag
설명 Reminds you to take breaks from your computer.
파일 크기 322 KB
설치 횟수 52
현재 버전 1.0
최근 업데이트 2014-11-10
출시 날짜 2014-11-10
개발자 Titus
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BreakTimer",
    "description": "Reminds you to take breaks from your computer.",
    "version": "1.0",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}