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文件
下载Memorize!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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'" } |