Please stand up
Reminds you to stand up and strech once in a while
Please stand up란 무엇입니까?
Please stand up은(는) pandaquests에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reminds you to stand up and strech once in a while"입니다.
확장 프로그램 스크린샷
Please stand up 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
As most people nowadays sit way too much and sitting too much can create lots of health issues, this plugin helps you to mitigate that risk by reminding you to stand up and stretch once in a while. You will receive a pop up after a certain amount of time remind you to stretch. You can setup the amount of time.
확장 프로그램 기본 정보
이름 | Please stand up |
ID | djhnfbibmdenhcaadlifhmpoboaelkah |
공식 URL | https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah |
설명 | Reminds you to stand up and strech once in a while |
파일 크기 | 27.74 KB |
설치 횟수 | 200 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2019-03-21 |
출시 날짜 | 2019-03-20 |
평점 | 2.50/5 총 2 개의 평점 |
개발자 | pandaquests |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Please stand up", "description": "Reminds you to stand up and strech once in a while", "version": "1.0.2", "manifest_version": 2, "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Please stand up", "default_popup": "popup.html" }, "icons": { "16": "standup.png", "32": "standup.png", "48": "standup.png", "128": "standup.png" } } |