Micro Breaks

Schedule break reminders and increase your productivity.

Что такое Micro Breaks?

Micro Breaks - это расширение Chrome, разработанное Kris Zima, и его основная функция - "Schedule break reminders and increase your productivity.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Micro Breaks

Скачайте файлы расширений 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
Официальный 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\/"
    ]
}