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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}