Lichess2Chess
Adds Chess.com rating estimate to Lichess.org.
What is Lichess2Chess?
Lichess2Chess is a Chrome extension developed by joshuaalexanderneo, and its main feature is "Adds Chess.com rating estimate to Lichess.org.".
Extension Screenshots
Download Lichess2Chess Extension CRX File
Download Lichess2Chess extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Lichess2Chess |
ID | mdjhjmefckhheleoegfcobijefkpfppo |
Official URL | https://chromewebstore.google.com/detail/lichess2chess/mdjhjmefckhheleoegfcobijefkpfppo |
Description | Adds Chess.com rating estimate to Lichess.org. |
File Size | 6.83 KB |
Installation Count | 95 |
Current Version | 1.2 |
Last Updated | 2022-06-21 |
Publish Date | 2022-06-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | joshuaalexanderneo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
Help Page URL | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
Supported Languages | 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" ] } ] } |