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
官方網址 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"
    }
}