Stand Up! Timer

This extension reminds you to take a break from work.

Что такое Stand Up! Timer?

Stand Up! Timer - это расширение Chrome, разработанное Erfan Norozi, и его основная функция - "This extension reminds you to take a break from work.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Stand Up! Timer

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

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

                        Scientists have found that sitting for long hours can have negative effects on health. To prevent these negative effect it is recommended to stand up every hour.
This extension let you setup an interval timer to remind you to stand up.
To learn more about this problem read this lifehacker article: http://lifehacker.com/5879536/how-sitting-all-day-is-damaging-your-body-and-how-you-can-counteract-it                    

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

Название Stand Up! Timer Stand Up! Timer
ID aamiggfhbebkpbknadfkelphhmkhmdcf
Официальный URL https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf
Описание This extension reminds you to take a break from work.
Размер файла 103 KB
Количество установок 4,794
Текущая Версия 1.0.2
Последнее Обновление 2015-03-04
Дата публикации 2015-03-03
Рейтинг 3.20/5 Всего 20 оценок
Разработчик Erfan Norozi
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stand Up! Timer",
    "description": "This extension reminds you to take a break from work.",
    "author": "Erfan Norozi",
    "version": "1.0.2",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "notification.png"
    ]
}