English Vocabulary Card Creator (ankiweb.net)

Facilitates creation of English vocabulary cards on the ankiweb.net website

What is English Vocabulary Card Creator (ankiweb.net)?

English Vocabulary Card Creator (ankiweb.net) is a Chrome extension developed by aleksey.kudryavtsev, and its main feature is "Facilitates creation of English vocabulary cards on the ankiweb.net website".

Extension Screenshots

screenshot

Download English Vocabulary Card Creator (ankiweb.net) Extension CRX File

Download English Vocabulary Card Creator (ankiweb.net) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name English Vocabulary Card Creator (ankiweb.net) English Vocabulary Card Creator (ankiweb.net)
ID mlddlbhkllcfnodafndjglhbdoookdon
Official URL https://chrome.google.com/webstore/detail/english-vocabulary-card-c/mlddlbhkllcfnodafndjglhbdoookdon
Description Facilitates creation of English vocabulary cards on the ankiweb.net website
File Size 90.9 KB
Installation Count 528
Current Version 1.1.1
Last Updated 2014-12-06
Publish Date 2014-12-06
Rating 3.25/5 Total 12 Ratings
Developer aleksey.kudryavtsev
Payment Type free
Extension Website http://ankiweb.net
Supported Languages 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"
            ]
        }
    ]
}