Word Lists

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

Vad är Word Lists?

Word Lists är en Chrome-tillägg utvecklad av Paul Z. Wu, och dess huvudfunktion är "Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Word Lists-förlängningens CRX-fil

Ladda ner Word Lists-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Word Lists Word Lists
ID dcmlnfpkppmknmlfmlhihohbdaicpdod
Officiell webbadress https://chromewebstore.google.com/detail/word-lists/dcmlnfpkppmknmlfmlhihohbdaicpdod
Beskrivning Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net
Filstorlek 371 KB
Antal Installationer 31
Aktuell Version 3.0
Senast Uppdaterad 2018-06-10
Publiceringsdatum 2018-06-09
Utvecklare Paul Z. Wu
Betalningssätt free
Tilläggswebbplats http://www.elookinto.com
Hjälpsida URL http://www.elookinto.com
Stödda Språk 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"
    }
}