Chess.com analyse at lichess

Analyse chess.com game at lichess.org for free

Chess.com analyse at lichessとは何ですか?

Chess.com analyse at lichessはzerayeによって開発されたChromeの拡張機能で、その主な機能は「Analyse chess.com game at lichess.org for free」です。

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

screenshot

Chess.com analyse at lichess拡張機能のCRXファイルをダウンロード

Chess.com analyse at lichess拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        After the game on chess.com you will have the horse icon at the top of the Chrome (right side of the search bar). After clicking on it, you will be moved to the new tab with lichess.org game analyse. Enjoy your free game analyse and learn from your mistakes!

If something is broken, let me know: [email protected]                    

拡張機能の基本情報

名前 Chess.com analyse at lichess Chess.com analyse at lichess
ID mnhepnblaeiiomcdpcdnnnopmmblifke
公式URL https://chromewebstore.google.com/detail/chesscom-analyse-at-liche/mnhepnblaeiiomcdpcdnnnopmmblifke
説明 Analyse chess.com game at lichess.org for free
ファイルサイズ 37.05 KB
インストール数 66
現在のバージョン 1.6
最終更新日 2022-08-23
公開日 2022-08-23
開発者 zeraye
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess.com analyse at lichess",
    "version": "1.6",
    "description": "Analyse chess.com game at lichess.org for free",
    "icons": {
        "512": "icons\/icon-512.png"
    },
    "host_permissions": [
        "https:\/\/www.chess.com\/",
        "https:\/\/api.chess.com\/",
        "https:\/\/lichess.org\/"
    ],
    "permissions": [
        "declarativeContent",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "512": "icons\/page-action-icon-512.png"
        },
        "default_title": "Analyse game"
    }
}