Micro Breaks

Schedule break reminders and increase your productivity.

Micro Breaks là gì?

Micro Breaks là một tiện ích mở rộng Chrome được phát triển bởi Kris Zima, và tính năng chính của nó là "Schedule break reminders and increase your productivity.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Micro Breaks

Tải xuống các tệp mở rộng Micro Breaks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Micro Breaks Micro Breaks
ID fofomifmemjbnomlpjdnengjfddljcbe
URL Chính Thức https://chromewebstore.google.com/detail/micro-breaks/fofomifmemjbnomlpjdnengjfddljcbe
Mô tả Schedule break reminders and increase your productivity.
Kích Thước Tệp 924 KB
Số Lần Cài Đặt 4,969
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2015-07-09
Ngày Phát Hành 2015-07-08
Đánh Giá 3.18/5 Tổng số 33 Đánh Giá
Nhà Phát Triển Kris Zima
Loại Thanh Toán free
Trang Web Mở Rộng https://bitbucket.org/kzima/recurring-tasks/issues/new
URL Trang Trợ Giúp https://bitbucket.org/kzima/recurring-tasks/issues/new
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}