Limber
Refresh your posture
Limber क्या है?
Limber lsharir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Refresh your posture"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Limber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |