Lichess2Chess
Adds Chess.com rating estimate to Lichess.org.
Co je Lichess2Chess?
Lichess2Chess je rozšíření Chrome vyvinuté joshuaalexanderneo, a jeho hlavní funkcí je „Adds Chess.com rating estimate to Lichess.org.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lichess2Chess
Stáhněte si soubory rozšíření Lichess2Chess ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | Lichess2Chess |
ID | mdjhjmefckhheleoegfcobijefkpfppo |
Oficiální URL | https://chromewebstore.google.com/detail/lichess2chess/mdjhjmefckhheleoegfcobijefkpfppo |
Popis | Adds Chess.com rating estimate to Lichess.org. |
Velikost souboru | 6.83 KB |
Počet instalací | 95 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2022-06-21 |
Datum Vydání | 2022-06-17 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | joshuaalexanderneo |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
URL Stránky Nápovědy | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
Podporované Jazyky | 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" ] } ] } |