Opening Chooser

Based on the first few chess moves, chooses a random opening for you to play

ما هو Opening Chooser؟

Opening Chooser هو إضافة Chrome تم تطويرها بواسطة usama8800، والميزة الرئيسية لها هي "Based on the first few chess moves, chooses a random opening for you to play".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Opening Chooser

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

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

                        Recommend a random opening based on current position. Currently works on lichess.org
You need to be signed in or have board coordinates on for the extension to know what color you are. Otherwise it assumes white.

Should help learn chess instead of playing the same opening every game and just memorizing moves                    

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

الاسم Opening Chooser Opening Chooser
ID jflaiafkhoeaioflgdfflipkbnhmngie
عنوان URL الرسمي https://chromewebstore.google.com/detail/opening-chooser/jflaiafkhoeaioflgdfflipkbnhmngie
الوصف Based on the first few chess moves, chooses a random opening for you to play
حجم الملف 130 KB
عدد التثبيتات 289
النسخة الحالية 1.0
آخر تحديث 2021-01-26
تاريخ النشر 2021-01-26
تقييم 3.00/5 مجموع تقييمات 4
المطور usama8800
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opening Chooser",
    "version": "1.0",
    "description": "Based on the first few chess moves, chooses a random opening for you to play",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "css": [
                "lichess.org.css"
            ],
            "js": [
                "chess.js",
                "eco.js",
                "jquery.min.js",
                "lichess.org.js"
            ]
        }
    ]
}