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によって開発されたChromeの拡張機能で、その主な機能は「Facilitates creation of English vocabulary cards on the ankiweb.net website」です。

拡張機能のスクリーンショット

screenshot

English Vocabulary Card Creator (ankiweb.net)拡張機能のCRXファイルをダウンロード

English Vocabulary Card Creator (ankiweb.net)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}