Word Lists

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

Word Lists क्या है?

Word Lists Paul Z. Wu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Word Lists एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}