Chess Endgame Tables

Adds endgame tables info (up to 7 pieces) from lila-tablebase to chess24.com

什麼是Chess Endgame Tables?

Chess Endgame Tables是由Sergei Churin開發的Chrome擴展程式,該擴展的主要功能是“Adds endgame tables info (up to 7 pieces) from lila-tablebase to chess24.com”。

擴展截圖

screenshot
screenshot
screenshot

下載Chess Endgame Tables擴展crx文件

下載Chess Endgame Tables擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension is for evaluating chess positions.

The extension allows you to see the best moves in live mode through the 7-piece bases from lichess (lila-tablebase).
At the moment, only chess24.com is supported.

The extension options:
- shows in live mode (delay of about a second) all moves that achieve the best possible result in the position;
- shows an evaluations both in positions from a real game, and when entering your own moves;
- the ability to evaluate the position if move switch to another player;
- the ability to link to lichess for analysis with the current position already placed.

Important note:
The 7-piece bases from lichess are syzygy bases, and this is not the same as the Lomonosov bases. Syzygy bases show exact results, show what moves it can be achieved, but do not show which of the shortest lines. Most likely, the first moves from the list lead to a better result faster, but this is not always true.

* Thanks to lichess.org for the public API that provides access to 7-piece bases.                    

擴展基本資訊

名稱 Chess Endgame Tables Chess Endgame Tables
ID jbjgiljenoliiamplakdocjfkpppfkjc
官方網址 https://chrome.google.com/webstore/detail/chess-endgame-tables/jbjgiljenoliiamplakdocjfkpppfkjc
簡介 Adds endgame tables info (up to 7 pieces) from lila-tablebase to chess24.com
檔案大小 26.36 KB
安裝次數 153
目前版本 2019.1.4.0
更新時間 2019-01-04
上架時間 2019-01-04
評分 3.00/5 共 1 次評分
開發者 Sergei Churin
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chess Endgame Tables",
    "short_name": "ChessEndTabl",
    "version": "2019.1.4.0",
    "author": "seriych",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chess24.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "ChessEndgameTables.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}