rminder - WinTenDev
An extension that will remind you to correct your posture, drink water, blink, and stretch
rminder - WinTenDev란 무엇입니까?
rminder - WinTenDev은(는) kholid060에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that will remind you to correct your posture, drink water, blink, and stretch"입니다.
확장 프로그램 스크린샷
rminder - WinTenDev 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will notify you to drink water, correct your posture, blink, and stretch. Because we often forget to do all that when browsing, and it will affect your health. You can customize the interval of when you want to notify and the text of the notification, you also can turn off the notification.
확장 프로그램 기본 정보
이름 | rminder - WinTenDev |
ID | kbchhfdklfddnnilmdffaeahipjcabll |
공식 URL | https://chromewebstore.google.com/detail/rminder-wintendev/kbchhfdklfddnnilmdffaeahipjcabll |
설명 | An extension that will remind you to correct your posture, drink water, blink, and stretch |
파일 크기 | 386 KB |
설치 횟수 | 966 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2021-05-26 |
출시 날짜 | 2020-12-16 |
평점 | 4.55/5 총 11 개의 평점 |
개발자 | kholid060 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "description": "An extension that will remind you to correct your posture, drink water, blink, and stretch", "default_locale": "en", "permissions": [ "notifications", "storage", "alarms" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.2.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |