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
官方網址 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"
    ]
}