English Vocabulary Card Creator (ankiweb.net)

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

English Vocabulary Card Creator (ankiweb.net) क्या है?

English Vocabulary Card Creator (ankiweb.net) aleksey.kudryavtsev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Facilitates creation of English vocabulary cards on the ankiweb.net website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में English Vocabulary Card Creator (ankiweb.net) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम English Vocabulary Card Creator (ankiweb.net) English Vocabulary Card Creator (ankiweb.net)
ID mlddlbhkllcfnodafndjglhbdoookdon
आधिकारिक URL https://chrome.google.com/webstore/detail/english-vocabulary-card-c/mlddlbhkllcfnodafndjglhbdoookdon
विवरण Facilitates creation of English vocabulary cards on the ankiweb.net website
फ़ाइल का आकार 90.9 KB
स्थापना संख्या 528
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2014-12-06
प्रकाशन तिथि 2014-12-06
रेटिंग 3.25/5 कुल 12 रेटिंग्स
डेवलपर aleksey.kudryavtsev
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://ankiweb.net
समर्थित भाषाएँ 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"
            ]
        }
    ]
}