Stretch Reminder

Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.

Stretch Reminder란 무엇입니까?

Stretch Reminder은(는) Grace Guan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Stretch Reminder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Stretch Reminder reminds you to stretch every 30, 60, or 120 minutes with upper, lower, or full body, office-friendly exercises. 

Sitting all day at work? Stretch Reminder will give you stretches that you can do comfortably and quickly at your workplace. 

In pain or looking for more exercises? Schedule a consultation with one of our physical therapists at http://physera.com/direct.                    

확장 프로그램 기본 정보

이름 Stretch Reminder Stretch Reminder
ID mompfanjjmgmhfghbfjdkaebobndblmd
공식 URL https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd
설명 Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
파일 크기 2.24 MB
설치 횟수 1,251
현재 버전 0.4.0
최근 업데이트 2020-04-13
출시 날짜 2020-04-08
평점 4.36/5 총 14 개의 평점
개발자 Grace Guan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://guanzgrace.github.io/stretch
도움말 페이지 URL http://guanzgrace.github.io/stretch
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stretch Reminder",
    "version": "0.4.0",
    "description": "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.",
    "icons": {
        "16": "logo\/Logo_physera_16.png",
        "48": "logo\/Logo_physera_48.png",
        "128": "logo\/Logo_physera_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "homepage_url": "https:\/\/guanzgrace.github.io\/stretch\/",
    "short_name": "Stretch",
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "https:\/\/physera.com\/"
    ],
    "browser_action": {
        "default_title": "Stretch Reminder",
        "default_popup": "popup.html"
    }
}