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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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).
확장 프로그램 기본 정보
이름 | |
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" ] } ] } |