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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aleksey.kudryavtsev และคุณลักษณะหลักของมันคือ "Facilitates creation of English vocabulary cards on the ankiweb.net website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย English Vocabulary Card Creator (ankiweb.net)
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |