Memorize!
A lightweight extension that helps you to learn / memorize given answers to given questions.
Qu'est-ce que Memorize! ?
Memorize! est une extension Chrome développée par GrantZvolsky, et sa fonction principale est "A lightweight extension that helps you to learn / memorize given answers to given questions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Memorize!
Téléchargez les fichiers d'extension Memorize! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Memorize! |
ID | jfiakckbklmccchjegnnojbalafebakb |
URL Officiel | https://chromewebstore.google.com/detail/memorize/jfiakckbklmccchjegnnojbalafebakb |
Description | A lightweight extension that helps you to learn / memorize given answers to given questions. |
Taille du Fichier | 96.03 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.4.6 |
Dernière Mise à Jour | 2021-07-05 |
Date de Publication | 2012-04-13 |
Évaluation | 4.55/5 Total 22 Évaluations |
Développeur | GrantZvolsky |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |