Hello Vocabulary

Should I memorize this vocabulary

Hello Vocabulary란 무엇입니까?

Hello Vocabulary은(는) coherence0815에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Should I memorize this vocabulary"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Hello Vocabulary 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When I visited a website, there were some vocabularies that I didn't know what they mean. I looked up the dictionary to see their meanings.

At that moment, there was one thing coming into my mind. How can I know if I should memorize those vocabularies or not? If those vocabularies are popular in the TOEFL, IELTS, etc., I should definitely memorize them.

As the result, I built this tool to see if I should memorize those vocabularies or not.                    

확장 프로그램 기본 정보

이름 Hello Vocabulary Hello Vocabulary
ID klgmnlnhghflkhmckiajnkllfjkgkiji
공식 URL https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji
설명 Should I memorize this vocabulary
파일 크기 58.93 KB
설치 횟수 59
현재 버전 1.2
최근 업데이트 2016-11-20
출시 날짜 2016-11-20
개발자 coherence0815
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/HemingwayLee/HelloVocabulary
도움말 페이지 URL https://github.com/HemingwayLee/HelloVocabulary
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hello Vocabulary",
    "description": "Should I memorize this vocabulary",
    "version": "1.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ]
}