Arrows For Chess.com

Adds arrows to the analysis view on chess.com

Arrows For Chess.comとは何ですか?

Arrows For Chess.comはphilippによって開発されたChromeの拡張機能で、その主な機能は「Adds arrows to the analysis view on chess.com」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Adds arrows for the top engine lines to the analysis view on chess.com
- The orange arrows show you the best moves
- The thickness of the arrows indicates how good a move is compared to the other top-moves

How it works:
- Go to the game review view on chess.com (https://www.chess.com/analysis/game/live/...)
- Open the analysis tab
- Enable the "Best Move Arrows"-Toggle (-> visible in the screenshot)                    

拡張機能の基本情報

名前 Arrows For Chess.com Arrows For Chess.com
ID deaiombfofdgoldipnjjgbjkhledjhaj
公式URL https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj
説明 Adds arrows to the analysis view on chess.com
ファイルサイズ 100 KB
インストール数 322
現在のバージョン 0.1.2
最終更新日 2022-06-05
公開日 2022-05-31
評価 1.50/5 合計 2 レビュー
開発者 philipp
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arrows For Chess.com",
    "manifest_version": 3,
    "version": "0.1.2",
    "description": "Adds arrows to the analysis view on chess.com",
    "icons": {
        "16": "icons\/crown_16.png",
        "32": "icons\/crown_32.png",
        "64": "icons\/crown_64.png",
        "128": "icons\/crown_128.png",
        "512": "icons\/crown_512.png"
    },
    "content_scripts": [
        {
            "css": [
                "app.css"
            ],
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/www.chess.com\/analysis\/game\/live\/*"
            ]
        }
    ]
}