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文件

下載Word Lists擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}