Lichess2Chess
Adds Chess.com rating estimate to Lichess.org.
Cos'è Lichess2Chess?
Lichess2Chess è un'estensione di Chrome sviluppata da joshuaalexanderneo, e la sua funzione principale è "Adds Chess.com rating estimate to Lichess.org.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lichess2Chess
Scarica i file di estensione Lichess2Chess in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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/                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | mdjhjmefckhheleoegfcobijefkpfppo | 
| URL Ufficiale | https://chromewebstore.google.com/detail/lichess2chess/mdjhjmefckhheleoegfcobijefkpfppo | 
| Descrizione | Adds Chess.com rating estimate to Lichess.org. | 
| Dimensione del File | 6.83 KB | 
| Conteggio Installazioni | 95 | 
| Versione Corrente | 1.2 | 
| Ultimo Aggiornamento | 2022-06-21 | 
| Data di Pubblicazione | 2022-06-17 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | joshuaalexanderneo | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://github.com/JoshuaAlexanderNeo/Lichess2Chess | 
| URL della Pagina di Aiuto | https://github.com/JoshuaAlexanderNeo/Lichess2Chess | 
| Lingue Supportate | 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"
            ]
        }
    ]
}  |  |