Lichess2Chess

Adds Chess.com rating estimate to Lichess.org.

Lichess2Chess क्या है?

Lichess2Chess joshuaalexanderneo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Chess.com rating estimate to Lichess.org."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lichess2Chess एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
सहायता पृष्ठ URL 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"
            ]
        }
    ]
}