CubeFit Reminders

Balance your work day with standing and sitting.

Что такое CubeFit Reminders?

CubeFit Reminders - это расширение Chrome, разработанное CubeFit, и его основная функция - "Balance your work day with standing and sitting.".

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

screenshot
screenshot
screenshot
screenshot

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

Скачайте файлы расширений CubeFit Reminders в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The CubeFit Reminders extension allows you to set up reminders to stand or sit at your desk. You also remind yourself to give your eyes a 20 second break from staring at a computer screen. And for those who find themselves entrapped in tasks, you can give yourself a reminder to get up and stretch your legs on a coffee break. There's even an ability to set your own reminders.                    

Основная информация о расширении

Название CubeFit Reminders CubeFit Reminders
ID bnemmiklgdolmpnaanahldelacgeemgf
Официальный URL https://chrome.google.com/webstore/detail/cubefit-reminders/bnemmiklgdolmpnaanahldelacgeemgf
Описание Balance your work day with standing and sitting.
Размер файла 926 KB
Количество установок 311
Текущая Версия 1.0
Последнее Обновление 2016-09-19
Дата публикации 2016-09-19
Рейтинг 3.86/5 Всего 7 оценок
Разработчик CubeFit
Тип оплаты free
Официальный сайт расширения http://www.getcubefit.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CubeFit Reminders",
    "short_name": "CubeFit Reminders",
    "description": "Balance your work day with standing and sitting.",
    "version": "1.0",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "img\/logo_only_16.png",
        "48": "img\/logo_only_48.png",
        "128": "img\/logo_only_128.png"
    },
    "background": {
        "scripts": [
            "lib\/moment.min.js",
            "js\/tasks.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "CubeFit Reminders",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "tabs"
    ]
}