ChessExpert

The next-generation chess move calculator.

什么是ChessExpert?

ChessExpert是由https://chessexpert.io开发的Chrome扩展程序,该扩展的主要功能是“The next-generation chess move calculator.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ChessExpert扩展crx文件

下载ChessExpert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ChessExpert automatically analyze chess positions on websites like chess.com or lichess.org.

ChessExpert calculate the best move and additional variants while playing the game.

ChessExpert can read positions from any website via user context menu option (right click on image or video).

Supported websites:
- lichess.org
- chess.com
- immortal.game
... and many more.

Key features:
- best move calculator
- PDF recognition
- image recognition
- video recognition (YouTube)
- user context menu (right mouse click) for images and videos

* ChessExpert doesn't collect any user information. The purpose of this extension is to improve user skills during the game.

 See more on https://chessexpert.io                    

扩展基本信息

名称 ChessExpert ChessExpert
ID kfidegdomeiilkkfbffchbpamebbdfbi
官方URL https://chromewebstore.google.com/detail/chessexpert/kfidegdomeiilkkfbffchbpamebbdfbi
简介 The next-generation chess move calculator.
文件大小 15.61 KB
安装次数 3,000
当前版本 2.4.3
更新时间 2023-08-21
上架时间 2022-03-01
评分 3.92/5 共13次评分
开发者 https://chessexpert.io
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChessExpert",
    "short_name": "ChessExpert",
    "description": "The next-generation chess move calculator.",
    "version": "2.4.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_origin_as_fallback": true,
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}