Language Learner

Check Quizlet to highlight requested words

Language Learner란 무엇입니까?

Language Learner은(는) languagelearnermit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check Quizlet to highlight requested words"입니다.

확장 프로그램 스크린샷

screenshot

Language Learner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Language Learner Language Learner
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
}