Please stand up

Reminds you to stand up and strech once in a while

Что такое Please stand up?

Please stand up - это расширение Chrome, разработанное pandaquests, и его основная функция - "Reminds you to stand up and strech once in a while".

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

screenshot
screenshot

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

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

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

                        As most people nowadays sit way too much and sitting too much can create lots of health issues, this plugin helps you to mitigate that risk by reminding you to stand up and stretch once in a while. 

You will receive a pop up after a certain amount of time remind you to stretch. You can setup the amount of time.                    

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

Название Please stand up Please stand up
ID djhnfbibmdenhcaadlifhmpoboaelkah
Официальный URL https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah
Описание Reminds you to stand up and strech once in a while
Размер файла 27.74 KB
Количество установок 200
Текущая Версия 1.0.2
Последнее Обновление 2019-03-21
Дата публикации 2019-03-20
Рейтинг 2.50/5 Всего 2 оценок
Разработчик pandaquests
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Please stand up",
    "description": "Reminds you to stand up and strech once in a while",
    "version": "1.0.2",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Please stand up",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "standup.png",
        "32": "standup.png",
        "48": "standup.png",
        "128": "standup.png"
    }
}