Memorize
Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification.
Memorize란 무엇입니까?
Memorize은(는) Hà Đinh Việt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification."입니다.
확장 프로그램 스크린샷
Memorize 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
== Features == ✓ Totally free. ✓ Simple input method. ✓ Quiz mode will give you more efficient while learning. ✓ Highly customizable display and notification mode: + Show only term + Show only definition + Show random term in list + Mute/Unmute notification + Allow to configure notification display interval == How to use? == Simply place your list of terms and definitions in the input, separate your term and definition with a TAB character (see my screenshot), for example: 食[TAB]Meal こにちわ[TAB]Hello Hello[TAB]Bonjour == Enjoying Memorize? Please rate! == If you like Memorize, please help spread the word by giving it a 5 star rating. == Feedback and bug reports == Memorize is still in beta, if you found some bugs or issues, please let me know so I can fix it as soon as possible. == Note == Be sure your OS's notification center is turn ON. Works great in Windows 10, I have not tested in Mac OS yet. ------------------------- Happy studying!
확장 프로그램 기본 정보
이름 | Memorize |
ID | lcdcimlkaneihfjboiomfiigpcfllbig |
공식 URL | https://chromewebstore.google.com/detail/memorize/lcdcimlkaneihfjboiomfiigpcfllbig |
설명 | Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification. |
파일 크기 | 1.14 MB |
설치 횟수 | 724 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2018-11-30 |
출시 날짜 | 2018-11-30 |
평점 | 3.60/5 총 5 개의 평점 |
개발자 | Hà Đinh Việt |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Memorize", "version": "1.0.1", "description": "Help you remember terms and definitions by repeatedly reminding you a random term in your custom set using the chrome notification.", "permissions": [ "declarativeContent", "storage", "unlimitedStorage", "notifications" ], "background": { "scripts": [ "js\/html2canvas.js", "js\/functions.js", "js\/background.js" ], "persistent": false }, "icons": { "16": "images\/ico_16.png", "32": "images\/ico_32.png", "48": "images\/ico_48.png", "128": "images\/ico_128.png" }, "browser_action": { "default_popup": "views\/popup.html", "default_icon": { "16": "images\/ico_16.png", "32": "images\/ico_32.png", "48": "images\/ico_48.png", "128": "images\/ico_128.png" }, "default_title": "Memorize" }, "manifest_version": 2 } |