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”。
擴展截圖
下載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).
擴展基本資訊
名稱 | |
ID | mlddlbhkllcfnodafndjglhbdoookdon |
官方網址 | 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" ] } ] } |