MyReminder Plugin
This extension is used to simply set time based reminders
MyReminder Plugin란 무엇입니까?
MyReminder Plugin은(는) xxnations에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is used to simply set time based reminders"입니다.
확장 프로그램 스크린샷
MyReminder Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
MyReminder * A simple extension to set quick reminders * You will never miss an notification even on browser or machine restart * You will get missed notifications on browser restart * Quick shortcuts for setting time * Simple and clear user interface * Quick Panel to see upcoming reminders * Option to delete any reminder * Notifications don't go away till you click on it.
확장 프로그램 기본 정보
이름 | MyReminder Plugin |
ID | mgimgbbcalnbghoaanhcheipioodieil |
공식 URL | https://chromewebstore.google.com/detail/myreminder-plugin/mgimgbbcalnbghoaanhcheipioodieil |
설명 | This extension is used to simply set time based reminders |
파일 크기 | 659 KB |
설치 횟수 | 47 |
현재 버전 | 1.10 |
최근 업데이트 | 2018-07-20 |
출시 날짜 | 2018-07-19 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | xxnations |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyReminder Plugin", "description": "This extension is used to simply set time based reminders", "version": "1.10", "author": "xxnations", "browser_action": { "default_icon": "images\/icons\/reminder.png", "default_popup": "myreminder.html" }, "permissions": [ "notifications" ], "background": { "scripts": [ "js\/notification.js", "js\/localstorage.js", "js\/background.js" ] }, "icons": { "16": "images\/icons\/reminder16x16.png", "48": "images\/icons\/reminder48x48.png", "128": "images\/icons\/reminder128x128.png" } } |