Crossword King

A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.

ما هو Crossword King؟

Crossword King هو إضافة Chrome تم تطويرها بواسطة https://crosswordking.com، والميزة الرئيسية لها هي "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.".

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

screenshot

تحميل ملف CRX للإضافة Crossword King

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

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

                        Crossword King is the most comprehensive website for cruciverbalists who are looking for crossword solver, anagram solver and word finder. You can add any scrambled letters and find different word combinations which can then be used for many popular word games.                    

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

الاسم Crossword King Crossword King
ID mhldnajeonjoienkdiaimamnoiocbaoa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/crossword-king/mhldnajeonjoienkdiaimamnoiocbaoa
الوصف A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.
حجم الملف 19.41 KB
عدد التثبيتات 605
النسخة الحالية 1.0.0
آخر تحديث 2018-11-25
تاريخ النشر 2018-11-25
تقييم 5.00/5 مجموع تقييمات 1
المطور https://crosswordking.com
نوع الدفع free
موقع الإضافة https://crosswordking.com
عنوان صفحة المساعدة https://crosswordking.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crossword King",
    "version": "1.0.0",
    "description": "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.",
    "homepage_url": "https:\/\/crosswordking.com\/",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}