Lichess2Chess
Adds Chess.com rating estimate to Lichess.org.
什麼是Lichess2Chess?
Lichess2Chess是由joshuaalexanderneo開發的Chrome擴展程式,該擴展的主要功能是“Adds Chess.com rating estimate to Lichess.org.”。
擴展截圖
下載Lichess2Chess擴展crx文件
下載Lichess2Chess擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/ 擴展基本資訊
| 名稱 | |
| ID | mdjhjmefckhheleoegfcobijefkpfppo |
| 官方網址 | https://chromewebstore.google.com/detail/lichess2chess/mdjhjmefckhheleoegfcobijefkpfppo |
| 簡介 | Adds Chess.com rating estimate to Lichess.org. |
| 檔案大小 | 6.83 KB |
| 安裝次數 | 95 |
| 目前版本 | 1.2 |
| 更新時間 | 2022-06-21 |
| 上架時間 | 2022-06-17 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | joshuaalexanderneo |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
| 說明頁面URL | https://github.com/JoshuaAlexanderNeo/Lichess2Chess |
| 支援的語言 | 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"
]
}
]
} | |