standUP

A simple and light-weight extension to remind you to stand up!

Что такое standUP?

standUP - это расширение Chrome, разработанное vallode, и его основная функция - "A simple and light-weight extension to remind you to stand up!".

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

screenshot

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

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

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

                        standUP is a simple, light-weight extension that will remind you to stand up from your desk and take a quick break from work.

Click the icon in your toolbar to access the options page!

This extension is also open-source: https://github.com/vallode/standUP                    

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

Название standUP standUP
ID ganadkkagibbpfjbhfkoakicignmifmp
Официальный URL https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp
Описание A simple and light-weight extension to remind you to stand up!
Размер файла 40.86 KB
Количество установок 434
Текущая Версия 1.2.13
Последнее Обновление 2017-10-04
Дата публикации 2017-10-04
Рейтинг 5.00/5 Всего 2 оценок
Разработчик vallode
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/vallode/standUP
URL страницы помощи https://github.com/vallode/standUP
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.13",
    "name": "standUP",
    "short_name": "standUP",
    "description": "A simple and light-weight extension to remind you to stand up!",
    "author": "Mariusz 'Vallode' Zarzycki",
    "homepage_url": "https:\/\/github.com\/vallode\/standUP",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "standUP",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/min\/background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "options_page": "options.html"
}