DeskAthlete
Short, simple exercises to improve your mobility and fitness while at your desk.
O que é DeskAthlete?
DeskAthlete é uma extensão do Chrome desenvolvida por Tauro Software, e sua principal característica é "Short, simple exercises to improve your mobility and fitness while at your desk.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DeskAthlete
Baixe arquivos de extensão DeskAthlete no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | DeskAthlete |
ID | igjaadcoconlababjpkhmjimepgnekdo |
URL Oficial | https://chromewebstore.google.com/detail/deskathlete/igjaadcoconlababjpkhmjimepgnekdo |
Descrição | Short, simple exercises to improve your mobility and fitness while at your desk. |
Tamanho do Arquivo | 14.97 KB |
Contagem de Instalações | 1,396 |
Versão Atual | 1.2.0 |
Última Atualização | 2018-10-07 |
Data de Publicação | 2018-10-07 |
Classificação | 3.50/5 Total de 10 Avaliações |
Desenvolvedor | Tauro Software |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |