Word Lists

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

Was ist Word Lists?

Word Lists ist eine Chrome-Erweiterung, die von Paul Z. Wu entwickelt wurde, und ihr Hauptmerkmal ist "Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net".

Erweiterungsscreenshots

screenshot
screenshot

Word Lists-Erweiterungs-CRX-Datei herunterladen

Laden Sie Word Lists-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Word Lists Word Lists
ID dcmlnfpkppmknmlfmlhihohbdaicpdod
Offizielle URL https://chromewebstore.google.com/detail/word-lists/dcmlnfpkppmknmlfmlhihohbdaicpdod
Beschreibung Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net
Dateigröße 371 KB
Installationsanzahl 31
Aktuelle Version 3.0
Letztes Update 2018-06-10
Veröffentlichungsdatum 2018-06-09
Entwickler Paul Z. Wu
Zahlungsart free
Erweiterungswebsite http://www.elookinto.com
Hilfeseite URL http://www.elookinto.com
Unterstützte Sprachen 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"
    }
}