Language Learner
Check Quizlet to highlight requested words
Language Learnerคืออะไร?
Language Learner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย languagelearnermit และคุณลักษณะหลักของมันคือ "Check Quizlet to highlight requested words"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Language Learner
ดาวน์โหลดไฟล์ส่วนขยาย Language Learner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The prospect of having to spend hours poring over flashcards trying to remember arcane words you've never seen before is intimidating. However, if you enjoy reading newspaper and other articles online, here's the solution. If you happen upon a word you don't know, you probably won't look it up in a dictionary, as you're invested in whatever you are reading and will piece together some meaning of the word. This is fine for the moment, but you might end up not learning the word. That point is where we step in. This chrome extension highlights all the words that appear in a Quizlet set, of your choosing -- it can be one of yours or one of the many public ones available -- in whatever webpage the user is reading. This way, you are reminded that these words are ones you need to know, and you can gradually learn the meaning and remember to look them up after reading the article. We hope this tool helps students of all ages and backgrounds, and even those who speak different languages, learn more vocabulary, as this extension can be used for Quizlet sets in other languages as well! Thanks so much. Made @ HackMIT 2017 by Claire Hsu, Áron Ricardo Perez-Lopez, Karunya Sethuraman https://github.com/M1Hackers/languagelearner
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pkiomgaogbbgpaampaccppaoidkmnbbh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/language-learner/pkiomgaogbbgpaampaccppaoidkmnbbh |
คำอธิบาย | Check Quizlet to highlight requested words |
ขนาดไฟล์ | 496 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-11-12 |
วันที่เผยแพร่ | 2017-11-12 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | languagelearnermit |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Language Learner", "description": "Check Quizlet to highlight requested words", "version": "1.2", "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "icon.jpg", "default_popup": "popup.html" }, "icons": { "128": "icon.jpg" }, "manifest_version": 2 } |