English Vocabulary Card Creator (ankiweb.net)
Facilitates creation of English vocabulary cards on the ankiweb.net website
O que é English Vocabulary Card Creator (ankiweb.net)?
English Vocabulary Card Creator (ankiweb.net) é uma extensão do Chrome desenvolvida por aleksey.kudryavtsev, e sua principal característica é "Facilitates creation of English vocabulary cards on the ankiweb.net website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão English Vocabulary Card Creator (ankiweb.net)
Baixe arquivos de extensão English Vocabulary Card Creator (ankiweb.net) 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
This extension is for the learners who use vocabulary cards to learn new English vocabulary. It provides you with a list of definitions and examples for the entered word allowing to pick from the list. **IMPORTANT NOTE: This extension only works on the ankiweb.net website This extension helps to create vocabulary cards with less time spent on the creation and more time left for learning. This extension is geared towards a method which uses a monolingual learner's dictionary (http://en.wikipedia.org/wiki/Monolingual_learner's_dictionary). The method is similar to the one described at http://www.antimoon.com/how/usingsm-makeitems-gapfill.htm except it allows putting the definition of the word in the question part (on the Front of the card in the ankiweb terms).
Informações Básicas da Extensão
Nome | |
ID | mlddlbhkllcfnodafndjglhbdoookdon |
URL Oficial | https://chrome.google.com/webstore/detail/english-vocabulary-card-c/mlddlbhkllcfnodafndjglhbdoookdon |
Descrição | Facilitates creation of English vocabulary cards on the ankiweb.net website |
Tamanho do Arquivo | 90.9 KB |
Contagem de Instalações | 528 |
Versão Atual | 1.1.1 |
Última Atualização | 2014-12-06 |
Data de Publicação | 2014-12-06 |
Classificação | 3.25/5 Total de 12 Avaliações |
Desenvolvedor | aleksey.kudryavtsev |
Tipo de Pagamento | free |
Site da Extensão | http://ankiweb.net |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "web_accessible_resources": [ "ajax-loader.gif" ], "name": "English Vocabulary Card Creator (ankiweb.net)", "version": "1.1.1", "description": "Facilitates creation of English vocabulary cards on the ankiweb.net website", "icons": { "16": "ankiweb.net.128.png", "48": "ankiweb.net.48.png", "128": "ankiweb.net.16.png" }, "permissions": [ "tabs", "http:\/\/dictionary.apphb.com\/*", "http:\/\/corpus.byu.edu\/*" ], "content_scripts": [ { "matches": [ "https:\/\/ankiweb.net\/edit\/*" ], "js": [ "jquery.tools.min.js", "jquery.BlockUI.js", "contentscript.js" ], "css": [ "content.css" ] } ] } |