Word Lists
Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net
What is Word Lists?
Word Lists is a Chrome extension developed by Paul Z. Wu, and its main feature is "Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net".
Extension Screenshots
Download Word Lists Extension CRX File
Download Word Lists extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Word Lists |
ID | dcmlnfpkppmknmlfmlhihohbdaicpdod |
Official URL | https://chromewebstore.google.com/detail/word-lists/dcmlnfpkppmknmlfmlhihohbdaicpdod |
Description | Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net |
File Size | 371 KB |
Installation Count | 31 |
Current Version | 3.0 |
Last Updated | 2018-06-10 |
Publish Date | 2018-06-09 |
Developer | Paul Z. Wu |
Payment Type | free |
Extension Website | http://www.elookinto.com |
Help Page URL | http://www.elookinto.com |
Supported Languages | 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" } } |