Word Lists

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

Cos'è Word Lists?

Word Lists è un'estensione di Chrome sviluppata da Paul Z. Wu, e la sua funzione principale è "Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Word Lists

Scarica i file di estensione Word Lists in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Word Lists Word Lists
ID dcmlnfpkppmknmlfmlhihohbdaicpdod
URL Ufficiale https://chromewebstore.google.com/detail/word-lists/dcmlnfpkppmknmlfmlhihohbdaicpdod
Descrizione Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net
Dimensione del File 371 KB
Conteggio Installazioni 31
Versione Corrente 3.0
Ultimo Aggiornamento 2018-06-10
Data di Pubblicazione 2018-06-09
Sviluppatore Paul Z. Wu
Tipo di Pagamento free
Sito Web dell'Estensione http://www.elookinto.com
URL della Pagina di Aiuto http://www.elookinto.com
Lingue Supportate 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"
    }
}