Lichess2Chess
Adds Chess.com rating estimate to Lichess.org.
ما هو Lichess2Chess؟
Lichess2Chess هو إضافة Chrome تم تطويرها بواسطة joshuaalexanderneo، والميزة الرئيسية لها هي "Adds Chess.com rating estimate to Lichess.org.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lichess2Chess
قم بتنزيل ملفات الامتداد Lichess2Chess بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds Chess.com rating estimates to Lichess.org. While playing a game, or when visiting any profile, you will be able to see an estimate of what their Chess.com rating would be. This allows you to have a more accurate picture of someone's FIDE rating, and what their strength would be on Chess.com. Estimates are based off of regressions from https://chessgoals.com/rating-comparison/
معلومات أساسية عن التمديد
الاسم | Lichess2Chess |
ID | mdjhjmefckhheleoegfcobijefkpfppo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lichess2chess/mdjhjmefckhheleoegfcobijefkpfppo |
الوصف | Adds Chess.com rating estimate to Lichess.org. |
حجم الملف | 6.83 KB |
عدد التثبيتات | 95 |
النسخة الحالية | 1.2 |
آخر تحديث | 2022-06-21 |
تاريخ النشر | 2022-06-17 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | joshuaalexanderneo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
عنوان صفحة المساعدة | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lichess2Chess", "version": "1.2", "description": "Adds Chess.com rating estimate to Lichess.org.", "icons": { "48": "images\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/lichess.org\/*" ], "js": [ "lichess2chess.js" ] } ] } |