Word Lists

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

ما هو Word Lists؟

Word Lists هو إضافة Chrome تم تطويرها بواسطة Paul Z. Wu، والميزة الرئيسية لها هي "Add the selected word(s) to wordlists: https://wordlists.azurewebsites.net".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Word Lists

قم بتنزيل ملفات الامتداد Word Lists بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}