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
电子邮箱 [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\/*"
            ]
        }
    ]
}