Sit Better
Simple chrome extension that reminds you to sit better
Sit Better란 무엇입니까?
Sit Better은(는) jaqcreates에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple chrome extension that reminds you to sit better"입니다.
확장 프로그램 스크린샷
Sit Better 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A minimalistic and configurable posture reminder extension to help you sit better during long periods of time. This is a super simple and easy to use extension that will simply nudge you to keep an upright posture from time to time. Feature so far include: ** Enable/Disable ** Easily turn the extension on/off at your convenience ** Set interval time ** Set your ideal interval time in between notifications ** Popup Sound ** Play a little tone when reminding you so you can rely on audio queues Here is the github repository. Please feel free to submit issues/feature requests and contribute :) https://github.com/meko-deng/sit-better-extension
확장 프로그램 기본 정보
이름 | Sit Better |
ID | cjmbgnnmlpndinjopbcanojmelbelpcp |
공식 URL | https://chromewebstore.google.com/detail/sit-better/cjmbgnnmlpndinjopbcanojmelbelpcp |
설명 | Simple chrome extension that reminds you to sit better |
파일 크기 | 87.61 KB |
설치 횟수 | 135 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2020-04-22 |
출시 날짜 | 2020-04-22 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | jaqcreates |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sit Better", "version": "0.1.3", "description": "Simple chrome extension that reminds you to sit better", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "notifications", "alarms", "storage" ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": true }, "manifest_version": 2, "browser_action": { "default_title": "Sit Straight Event", "default_popup": "popup.html", "default_icon": { "16": "16.png", "48": "48.png", "128": "128.png" } }, "web_accessible_resources": [ "128.png" ] } |