Word Lists

Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net

Word Lists란 무엇입니까?

Word Lists은(는) Paul Z. Wu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Word Lists 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do your kids need lists of words? Do you/your kids want to create a list of words? Do you/your kids want to look up a word in a dictionary in the lists with one click? Do you want to know how many new words you learn today, in the past week, in the past month?  Here is the tool you cannot miss!

This new updated version is a Chrome extension with improved Dictionary Lookup with one click to add the new words to your word lists.                    

확장 프로그램 기본 정보

이름 Word Lists Word Lists
ID dcmlnfpkppmknmlfmlhihohbdaicpdod
공식 URL https://chromewebstore.google.com/detail/word-lists/dcmlnfpkppmknmlfmlhihohbdaicpdod
설명 Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net
파일 크기 371 KB
설치 횟수 31
현재 버전 3.0
최근 업데이트 2018-06-10
출시 날짜 2018-06-09
개발자 Paul Z. Wu
결제 유형 free
확장 프로그램 웹 사이트 http://www.elookinto.com
도움말 페이지 URL http://www.elookinto.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Lists",
    "version": "3.0",
    "default_locale": "en",
    "manifest_version": 2,
    "description": "Add the selected word(s) to wordlists:  https:\/\/wordlists.azurewebsites.net",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/favicon16.png",
        "32": "icons\/favicon32.png"
    }
}