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
公式URL 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
Eメール [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"
    ]
}