Word Finder

Quick unscrambler that you can use to find words that can be written in specific letters.

ما هو Word Finder؟

Word Finder هو إضافة Chrome تم تطويرها بواسطة https://wordfinder.online، والميزة الرئيسية لها هي "Quick unscrambler that you can use to find words that can be written in specific letters.".

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

screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Word Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The magical power of anagrams.

Are you a fan of Anagram? Then you've come to the right address. Word unscrambler helps you solve different word problems, anagrams are one of them. This section will help to derive new words by replacing the letters.                    

معلومات أساسية عن التمديد

الاسم Word Finder Word Finder
ID ldghbkpojoachhbjigmapkkllklnlpld
عنوان URL الرسمي https://chromewebstore.google.com/detail/word-finder/ldghbkpojoachhbjigmapkkllklnlpld
الوصف Quick unscrambler that you can use to find words that can be written in specific letters.
حجم الملف 10.31 KB
عدد التثبيتات 35
النسخة الحالية 1.0
آخر تحديث 2021-03-18
تاريخ النشر 2020-11-25
المطور https://wordfinder.online
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://wordfinder.online/
عنوان صفحة المساعدة https://wordfinder.online/contact
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Quick unscrambler that you can use to find words that can be written in specific letters.",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "homepage_url": "https:\/\/wordfinder.online",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}