Reminder
Reminds you about your todos via desktop notifications
Reminder란 무엇입니까?
Reminder은(는) Anish Nair에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reminds you about your todos via desktop notifications"입니다.
확장 프로그램 스크린샷
Reminder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
All you have to do is set a time and a message, and Reminder will nudge you regarding the same. Most of us always have the web browser open in front of us which make this an ideal extension tool for you. "Reminder" never forgets to remind you about your useful commitments. Reminder has two modes 1. Remind me at Specify what time of the day you would like to see the reminder message. 2. Remind me after Specify the duration (in hours and mins) after which you would like to see the reminder message. Extra Bonus: Please notice the bell icon next to the message box. Click once, to turn on the sound. A notification sound will be played along with the message. COMING SOON! 1. Provision to set a date for reminders 2. Repeat reminder every day/week/month/year
확장 프로그램 기본 정보
이름 | Reminder |
ID | acclkpakfhclgnilbcclfpmgcoalbcmk |
공식 URL | https://chromewebstore.google.com/detail/reminder/acclkpakfhclgnilbcclfpmgcoalbcmk |
설명 | Reminds you about your todos via desktop notifications |
파일 크기 | 256 KB |
설치 횟수 | 46 |
현재 버전 | v1.0 |
최근 업데이트 | 2020-10-23 |
출시 날짜 | 2020-04-24 |
평점 | 3.50/5 총 2 개의 평점 |
개발자 | Anish Nair |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reminder", "short_name": "Reminder", "version": "1.0.0", "version_name": "v1.0", "description": "Reminds you about your todos via desktop notifications", "icons": { "16": "assets\/icons\/reminder-logo-16x16.png", "48": "assets\/icons\/reminder-logo-48x48.png", "128": "assets\/icons\/reminder-logo-128x128.png" }, "permissions": [ "notifications", "background" ], "background": { "scripts": [ "js\/notification.min.js" ] }, "manifest_version": 2, "browser_action": { "default_icon": { "19": "assets\/icons\/reminder-logo-19x19.png", "38": "assets\/icons\/reminder-logo-38x38.png" }, "default_popup": "reminder.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/images\/alarm_48x48.png", "assets\/images\/success_green_thumb_48_48.png" ] } |