DeskAthlete

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

DeskAthlete là gì?

DeskAthlete là một tiện ích mở rộng Chrome được phát triển bởi Tauro Software, và tính năng chính của nó là "Short, simple exercises to improve your mobility and fitness while at your desk.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DeskAthlete

Tải xuống các tệp mở rộng DeskAthlete dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DeskAthlete DeskAthlete
ID igjaadcoconlababjpkhmjimepgnekdo
URL Chính Thức https://chromewebstore.google.com/detail/deskathlete/igjaadcoconlababjpkhmjimepgnekdo
Mô tả Short, simple exercises to improve your mobility and fitness while at your desk.
Kích Thước Tệp 14.97 KB
Số Lần Cài Đặt 1,396
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2018-10-07
Ngày Phát Hành 2018-10-07
Đánh Giá 3.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Tauro Software
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}