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 |
Eメール | [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'" } |