Lichess2Chess
Adds Chess.com rating estimate to Lichess.org.
Qu'est-ce que Lichess2Chess ?
Lichess2Chess est une extension Chrome développée par joshuaalexanderneo, et sa fonction principale est "Adds Chess.com rating estimate to Lichess.org.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lichess2Chess
Téléchargez les fichiers d'extension Lichess2Chess au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Lichess2Chess |
ID | mdjhjmefckhheleoegfcobijefkpfppo |
URL Officiel | https://chromewebstore.google.com/detail/lichess2chess/mdjhjmefckhheleoegfcobijefkpfppo |
Description | Adds Chess.com rating estimate to Lichess.org. |
Taille du Fichier | 6.83 KB |
Nombre d'Installations | 95 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-06-21 |
Date de Publication | 2022-06-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | joshuaalexanderneo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
URL de la Page d'Aide | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
Langues Prises en Charge | 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" ] } ] } |