Memorize!
A lightweight extension that helps you to learn / memorize given answers to given questions.
Memorize!란 무엇입니까?
Memorize!은(는) GrantZvolsky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A lightweight extension that helps you to learn / memorize given answers to given questions."입니다.
확장 프로그램 스크린샷
Memorize! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Memorize! Is a lightweight application that helps you to remember extensive amounts of boring information. I have developed it for myself because I often lack the motivation to keep repeating for more than 10 minutes. Here is how it works: 1) you enter a list of questions and answers in the following format: [question1]:[ansqer1] [question2]:[answer2] Example (learning german vocabulary): Inventor:der erfinder Artist:der Kunstler Painter:der Maler History:die Geschichte German culture:die deutsche kultur and so on. 2) Set the interval between asking each question. 3) Click start. Questions are shuffled. When you answer correctly on the first or second try, the question will be removed from the list of asked questions. Questions will be asked until you are able to answer every single of them correctly, or until you click stop. Good luck memorizing!
확장 프로그램 기본 정보
이름 | Memorize! |
ID | jfiakckbklmccchjegnnojbalafebakb |
공식 URL | https://chromewebstore.google.com/detail/memorize/jfiakckbklmccchjegnnojbalafebakb |
설명 | A lightweight extension that helps you to learn / memorize given answers to given questions. |
파일 크기 | 96.03 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.4.6 |
최근 업데이트 | 2021-07-05 |
출시 날짜 | 2012-04-13 |
평점 | 4.55/5 총 22 개의 평점 |
개발자 | GrantZvolsky |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.4.6", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_title": "Memorize!", "default_icon": "ico-128.png", "default_popup": "popup.html" }, "permissions": [], "icons": { "128": "ico-128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |