Lichess2Chess
Adds Chess.com rating estimate to Lichess.org.
Hvad er Lichess2Chess?
Lichess2Chess er en Chrome-udvidelse udviklet af joshuaalexanderneo, og dens hovedfunktion er "Adds Chess.com rating estimate to Lichess.org.".
Udvidelsesskærmbilleder
Download Lichess2Chess-udvidelses-CRX-fil
Download Lichess2Chess-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/ Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mdjhjmefckhheleoegfcobijefkpfppo |
| Officiel URL | https://chromewebstore.google.com/detail/lichess2chess/mdjhjmefckhheleoegfcobijefkpfppo |
| Beskrivelse | Adds Chess.com rating estimate to Lichess.org. |
| Filstørrelse | 6.83 KB |
| Antal Installationer | 95 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2022-06-21 |
| Udgivelsesdato | 2022-06-17 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | joshuaalexanderneo |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
| Hjælpeside-URL | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
| Understøttede Sprog | 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"
]
}
]
} | |