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