Memorize!
A lightweight extension that helps you to learn / memorize given answers to given questions.
O que é Memorize!?
Memorize! é uma extensão do Chrome desenvolvida por GrantZvolsky, e sua principal característica é "A lightweight extension that helps you to learn / memorize given answers to given questions.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Memorize!
Baixe arquivos de extensão Memorize! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Memorize! |
ID | jfiakckbklmccchjegnnojbalafebakb |
URL Oficial | https://chromewebstore.google.com/detail/memorize/jfiakckbklmccchjegnnojbalafebakb |
Descrição | A lightweight extension that helps you to learn / memorize given answers to given questions. |
Tamanho do Arquivo | 96.03 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.4.6 |
Última Atualização | 2021-07-05 |
Data de Publicação | 2012-04-13 |
Classificação | 4.55/5 Total de 22 Avaliações |
Desenvolvedor | GrantZvolsky |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |