DeskAthlete

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

DeskAthlete क्या है?

DeskAthlete Tauro Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Short, simple exercises to improve your mobility and fitness while at your desk."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DeskAthlete एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}