Limber

Refresh your posture

Τι είναι το Limber;

Το Limber είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lsharir, και η κύρια λειτουργία του είναι "Refresh your posture".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Limber

Λήψη αρχείων επέκτασης Limber σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Limber reminds you to take frequent breaks to stretch your limbs and maintain mobility.

No chair seems to consistently produce an ideal posture [1] and intense static activity could cause progressive deterioration of joints, muscles, and tendon/ligament sheaths [2]. Frequently changing your working posture, stretching your limbs and loosening your body is the current ideal method to prevent spinal health deterioration.

With a pleasant tune, Limber reminds you to take breaks to loosen up and change your static posture. Limber knows when you're not around and will automatically turn off notifications until you get back.

Source code: https://github.com/lsharir/limber

[1] A pilot investigation into the effects of different office chairs on spinal angles https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3326090/
[2] Sauter, S., et al., “Improving VDT Work: Causes and Control of Health Concerns in VDT Use”  p.13-32                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Limber Limber
ID kmeibikjccjlfedeklmlfahpfajefjan
Επίσημο URL https://chromewebstore.google.com/detail/limber/kmeibikjccjlfedeklmlfahpfajefjan
Περιγραφή Refresh your posture
Μέγεθος Αρχείου 468 KB
Αριθμός Εγκαταστάσεων 644
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2017-08-08
Ημερομηνία Δημοσίευσης 2017-08-07
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής lsharir
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Limber",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Refresh your posture",
    "homepage_url": "http:\/\/lsharir.com",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png"
        },
        "default_title": "Limber",
        "default_popup": "src\/popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/eventPage.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "src\/popup\/popup.html",
        "chrome_style": true
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "idle"
    ]
}