Lichess2Chess

Adds Chess.com rating estimate to Lichess.org.

Lichess2Chessとは何ですか?

Lichess2Chessはjoshuaalexanderneoによって開発されたChromeの拡張機能で、その主な機能は「Adds Chess.com rating estimate to Lichess.org.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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/                    

拡張機能の基本情報

名前 Lichess2Chess Lichess2Chess
ID mdjhjmefckhheleoegfcobijefkpfppo
公式URL 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
Eメール [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"
            ]
        }
    ]
}