Standroid
Sitting in an office chair for prolonged periods of time can definitely cause low back pain or worsen an existing back problem. The…
Τι είναι το Standroid;
Το Standroid είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://iwd-awesome.github.io/standApp-extension, και η κύρια λειτουργία του είναι "Sitting in an office chair for prolonged periods of time can definitely cause low back pain or worsen an existing back problem. The…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Standroid
Λήψη αρχείων επέκτασης Standroid σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Sitting in an office chair for prolonged periods of time can definitely cause low back pain or worsen an existing back problem. The main reason behind this is that sitting, in an office chair or in general, is a static posture that increases stress in the back, shoulders, arms, and legs, and in particular, can add large amounts of pressure to the back muscles and spinal discs. Getting up at least once an hour—to go to the bathroom or just do some shoulder rolls—reduces pressure on spinal disks and boosts circulation as well as make you more limber and less stressed. Standroid application sends you gentle reminders to get up from your desk and help you to stay healthy and happy throughout the day. The application also allows you to set goals for the number of steps you want to do daily while at work and also synchronize the data to Google Fit.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | khimcegocjccpelpdpnjlignojfkpmof |
Επίσημο URL | https://chrome.google.com/webstore/detail/standroid/khimcegocjccpelpdpnjlignojfkpmof |
Περιγραφή | Sitting in an office chair for prolonged periods of time can definitely cause low back pain or worsen an existing back problem. The… |
Μέγεθος Αρχείου | 4.31 MB |
Αριθμός Εγκαταστάσεων | 21 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2015-02-19 |
Ημερομηνία Δημοσίευσης | 2015-02-19 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | http://iwd-awesome.github.io/standApp-extension |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Standroid", "version": "1.0.5", "permissions": [ "identity", "identity.email", "storage", "gcm", "tabs", "notifications" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlQsXwmMUooyEBbBfntjHfarvId1\/Fg68uLwFDEi6cXKlJej5cShdQNbk4Lmtskvt8MiM4veaNEjWxGaunOuumXrIgG\/JyiuO9UHRM6nSupGntZNP+3a1ODvTUhFNTMSv9BEFcNKVuFcUmTr7tDJ\/Pg6T7VMQ4VQFT+R+SHc2TAiCdnLKbLPgRe4K4ymCQsL9m2Edl0BCqJJE716XZaHu0+nANosqSS9fa1tZ\/QoCqH7jGLSnp3NZ30nojAczIbholz4\/c1EPTFZXSLN0GfISIx6jnPx5g5Zw0E05\/Pcsw7QkGwwtl849BwW+yQBoAdpSS7gGrmG4DrYUmSCHBTDnpwIDAQAB", "oauth2": { "client_id": "665143645608-hqiuar1pc10k8557gurgbefnnju7f4r3.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/fitness.activity.read", "https:\/\/www.googleapis.com\/auth\/fitness.activity.write", "https:\/\/www.googleapis.com\/auth\/fitness.body.read" ] }, "browser_action": { "default_title": "Standroid", "default_icon": "img\/app-logo.png", "default_popup": "page\/popup\/popup.html" }, "icons": { "48": "img\/app-icon\/48.png", "128": "img\/app-icon\/128.png" }, "background": { "persistent": false, "scripts": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/async\/lib\/async.js", "bower_components\/moment\/min\/moment.min.js", "js\/standAppConfig.js", "js\/utils.js", "js\/date.js", "js\/standAppHTTP.js", "js\/oauth.js", "js\/gcm.js", "js\/fitness.js", "js\/background.js" ] }, "manifest_version": 2, "author": "Standroid Awesome Team", "homepage_url": "http:\/\/iwd-awesome.github.io\/standApp-extension\/" } |