Micro Breaks

Schedule break reminders and increase your productivity.

Micro Breaks란 무엇입니까?

Micro Breaks은(는) Kris Zima에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Schedule break reminders and increase your productivity."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        "Micro Breaks" can be used by anyone who spends long hours with the browser. Regularly scheduled breaks can improve productivity, relieve joint or muscle pain, and increase overall alertness.

Micro Breaks will gently remind you about the break with an active green icon and/or desktop notification that can be easily turned on/off with a click of a button. 

Did you know? Taking regular breaks of just 2 minutes can increase productivity by 11.15%.

Have a good workday!                    

확장 프로그램 기본 정보

이름 Micro Breaks Micro Breaks
ID fofomifmemjbnomlpjdnengjfddljcbe
공식 URL https://chromewebstore.google.com/detail/micro-breaks/fofomifmemjbnomlpjdnengjfddljcbe
설명 Schedule break reminders and increase your productivity.
파일 크기 924 KB
설치 횟수 4,969
현재 버전 1.2.1
최근 업데이트 2015-07-09
출시 날짜 2015-07-08
평점 3.18/5 총 33 개의 평점
개발자 Kris Zima
결제 유형 free
확장 프로그램 웹 사이트 https://bitbucket.org/kzima/recurring-tasks/issues/new
도움말 페이지 URL https://bitbucket.org/kzima/recurring-tasks/issues/new
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Micro Breaks",
    "short_name": "Micro Breaks",
    "description": "Schedule break reminders and increase your productivity.",
    "version": "1.2.1",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "img\/happy-worker-black_16.png",
        "48": "img\/happy-worker-black_48.png",
        "128": "img\/happy-worker-black_128.png"
    },
    "background": {
        "scripts": [
            "lib\/moment.min.js",
            "js\/tasks.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Micro Breaks",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs",
        "https:\/\/www.google-analytics.com\/"
    ]
}