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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}