stretch reminder
Stretch Reminder
stretch reminder란 무엇입니까?
stretch reminder은(는) liam.q.ma에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stretch Reminder"입니다.
확장 프로그램 스크린샷
stretch reminder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sitting down for long periods of time during a day can lead to a great number of health problems that ultimately shorten your lifespan. This app helps you live longer. Features: • Fully customisable to your working hour. • Set your reminder interval.
확장 프로그램 기본 정보
이름 | stretch reminder |
ID | hgfehgeccidmnomgijefcdmmkhobjbpp |
공식 URL | https://chromewebstore.google.com/detail/stretch-reminder/hgfehgeccidmnomgijefcdmmkhobjbpp |
설명 | Stretch Reminder |
파일 크기 | 359 KB |
설치 횟수 | 1,800 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2016-09-21 |
출시 날짜 | 2016-09-21 |
평점 | 3.00/5 총 10 개의 평점 |
개발자 | liam.q.ma |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "name": "stretch reminder", "manifest_version": 2, "description": "Stretch Reminder", "browser_action": { "default_title": "Stretch Reminder", "default_popup": "popup.html" }, "icons": { "128": "img\/stretching.png" }, "background": { "page": "background.html" }, "permissions": [ "storage", "alarms", "notifications" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |