DeskAthlete

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

Co je DeskAthlete?

DeskAthlete je rozšíření Chrome vyvinuté Tauro Software, a jeho hlavní funkcí je „Short, simple exercises to improve your mobility and fitness while at your desk.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření DeskAthlete

Stáhněte si soubory rozšíření DeskAthlete ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DeskAthlete DeskAthlete
ID igjaadcoconlababjpkhmjimepgnekdo
Oficiální URL https://chromewebstore.google.com/detail/deskathlete/igjaadcoconlababjpkhmjimepgnekdo
Popis Short, simple exercises to improve your mobility and fitness while at your desk.
Velikost souboru 14.97 KB
Počet instalací 1,396
Aktuální Verze 1.2.0
Poslední Aktualizace 2018-10-07
Datum Vydání 2018-10-07
Hodnocení 3.50/5 Celkem 10 Hodnocení
Vývojář Tauro Software
Typ Platby free
Podporované Jazyky 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"
    ]
}