Chess.com analyse at lichess

Analyse chess.com game at lichess.org for free

ما هو Chess.com analyse at lichess؟

Chess.com analyse at lichess هو إضافة Chrome تم تطويرها بواسطة zeraye، والميزة الرئيسية لها هي "Analyse chess.com game at lichess.org for free".

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

screenshot

تحميل ملف CRX للإضافة Chess.com analyse at lichess

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

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

                        After the game on chess.com you will have the horse icon at the top of the Chrome (right side of the search bar). After clicking on it, you will be moved to the new tab with lichess.org game analyse. Enjoy your free game analyse and learn from your mistakes!

If something is broken, let me know: [email protected]                    

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

الاسم Chess.com analyse at lichess Chess.com analyse at lichess
ID mnhepnblaeiiomcdpcdnnnopmmblifke
عنوان URL الرسمي https://chromewebstore.google.com/detail/chesscom-analyse-at-liche/mnhepnblaeiiomcdpcdnnnopmmblifke
الوصف Analyse chess.com game at lichess.org for free
حجم الملف 37.05 KB
عدد التثبيتات 66
النسخة الحالية 1.6
آخر تحديث 2022-08-23
تاريخ النشر 2022-08-23
المطور zeraye
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess.com analyse at lichess",
    "version": "1.6",
    "description": "Analyse chess.com game at lichess.org for free",
    "icons": {
        "512": "icons\/icon-512.png"
    },
    "host_permissions": [
        "https:\/\/www.chess.com\/",
        "https:\/\/api.chess.com\/",
        "https:\/\/lichess.org\/"
    ],
    "permissions": [
        "declarativeContent",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "512": "icons\/page-action-icon-512.png"
        },
        "default_title": "Analyse game"
    }
}