DeskAthlete

Short, simple exercises to improve your mobility and fitness while at your desk.

什么是DeskAthlete?

DeskAthlete是由Tauro Software开发的Chrome扩展程序,该扩展的主要功能是“Short, simple exercises to improve your mobility and fitness while at your desk.”。

扩展截图

screenshot
screenshot

下载DeskAthlete扩展crx文件

下载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.                    

扩展基本信息

名称 DeskAthlete DeskAthlete
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"
    ]
}