Limber
Refresh your posture
Limber란 무엇입니까?
Limber은(는) lsharir에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Refresh your posture"입니다.
확장 프로그램 스크린샷
Limber 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |