Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
Что такое Stretch Reminder?
Stretch Reminder - это расширение Chrome, разработанное Grace Guan, и его основная функция - "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.".
Снимки экрана расширения
Скачать файл CRX расширения Stretch Reminder
Скачайте файлы расширений Stretch Reminder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Stretch Reminder reminds you to stretch every 30, 60, or 120 minutes with upper, lower, or full body, office-friendly exercises. Sitting all day at work? Stretch Reminder will give you stretches that you can do comfortably and quickly at your workplace. In pain or looking for more exercises? Schedule a consultation with one of our physical therapists at http://physera.com/direct.
Основная информация о расширении
Название | |
ID | mompfanjjmgmhfghbfjdkaebobndblmd |
Официальный URL | https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd |
Описание | Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches. |
Размер файла | 2.24 MB |
Количество установок | 1,251 |
Текущая Версия | 0.4.0 |
Последнее Обновление | 2020-04-13 |
Дата публикации | 2020-04-08 |
Рейтинг | 4.36/5 Всего 14 оценок |
Разработчик | Grace Guan |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://guanzgrace.github.io/stretch |
URL страницы помощи | http://guanzgrace.github.io/stretch |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stretch Reminder", "version": "0.4.0", "description": "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.", "icons": { "16": "logo\/Logo_physera_16.png", "48": "logo\/Logo_physera_48.png", "128": "logo\/Logo_physera_128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "homepage_url": "https:\/\/guanzgrace.github.io\/stretch\/", "short_name": "Stretch", "permissions": [ "tabs", "storage", "alarms", "https:\/\/physera.com\/" ], "browser_action": { "default_title": "Stretch Reminder", "default_popup": "popup.html" } } |