DeskAthlete
Short, simple exercises to improve your mobility and fitness while at your desk.
Что такое DeskAthlete?
DeskAthlete - это расширение Chrome, разработанное Tauro Software, и его основная функция - "Short, simple exercises to improve your mobility and fitness while at your desk.".
Снимки экрана расширения
Скачать файл CRX расширения DeskAthlete
Скачайте файлы расширений DeskAthlete в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Short, simple exercises to improve your mobility and fitness while at your desk.
Install the extension and watch a 30 second instructional video to help you help yourself. 40+ exercises (and you can add custom exercises) to improve your mobility - all that you can do at your desk!
Feedback welcome - please comment with any feedback and / or suggestions!
----- Disclaimer -----
The exercises and movements provided in this app are for informational and educational purposes only, and are not intended for use as a substitute for professional programming.
Always consult a physician or qualified healthcare provider before beginning any exercise or mobility program. Основная информация о расширении
| Название | |
| ID | igjaadcoconlababjpkhmjimepgnekdo |
| Официальный URL | https://chromewebstore.google.com/detail/deskathlete/igjaadcoconlababjpkhmjimepgnekdo |
| Описание | Short, simple exercises to improve your mobility and fitness while at your desk. |
| Размер файла | 14.97 KB |
| Количество установок | 1,396 |
| Текущая Версия | 1.2.0 |
| Последнее Обновление | 2018-10-07 |
| Дата публикации | 2018-10-07 |
| Рейтинг | 3.50/5 Всего 10 оценок |
| Разработчик | Tauro Software |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DeskAthlete",
"description": "Short, simple exercises to improve your mobility and fitness while at your desk.",
"version": "1.2.0",
"browser_action": {
"default_icon": "images\/icon_19.png",
"default_popup": "popup.html"
},
"options_page": "settings.html",
"icons": {
"128": "images\/icon_128.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"storage"
]
} | |