Lichess2Chess
Adds Chess.com rating estimate to Lichess.org.
Wat is Lichess2Chess?
Lichess2Chess is een Chrome-extensie ontwikkeld door joshuaalexanderneo, en de belangrijkste functie is "Adds Chess.com rating estimate to Lichess.org.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lichess2Chess
Download Lichess2Chess-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/ Basisinformatie over de Extensie
| Naam | |
| ID | mdjhjmefckhheleoegfcobijefkpfppo |
| Officiële URL | https://chromewebstore.google.com/detail/lichess2chess/mdjhjmefckhheleoegfcobijefkpfppo |
| Beschrijving | Adds Chess.com rating estimate to Lichess.org. |
| Bestandsgrootte | 6.83 KB |
| Aantal Installaties | 95 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2022-06-21 |
| Publicatiedatum | 2022-06-17 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | joshuaalexanderneo |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
| Help Pagina-URL | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
| Ondersteunde Talen | 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"
]
}
]
} | |