Lichess2Chess
Adds Chess.com rating estimate to Lichess.org.
Vad är Lichess2Chess?
Lichess2Chess är en Chrome-tillägg utvecklad av joshuaalexanderneo, och dess huvudfunktion är "Adds Chess.com rating estimate to Lichess.org.".
Tilläggsskärmbilder
Ladda ner Lichess2Chess-förlängningens CRX-fil
Ladda ner Lichess2Chess-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mdjhjmefckhheleoegfcobijefkpfppo |
| Officiell webbadress | https://chromewebstore.google.com/detail/lichess2chess/mdjhjmefckhheleoegfcobijefkpfppo |
| Beskrivning | Adds Chess.com rating estimate to Lichess.org. |
| Filstorlek | 6.83 KB |
| Antal Installationer | 95 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2022-06-21 |
| Publiceringsdatum | 2022-06-17 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | joshuaalexanderneo |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
| Hjälpsida URL | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
| Stödda Språk | 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"
]
}
]
} | |