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文件

下載Micro Breaks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "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
官方網址 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\/"
    ]
}