Language Learner
Check Quizlet to highlight requested words
Language Learnerとは何ですか?
Language Learnerはlanguagelearnermitによって開発されたChromeの拡張機能で、その主な機能は「Check Quizlet to highlight requested words」です。
拡張機能のスクリーンショット
Language Learner拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } |