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"입니다.
확장 프로그램 스크린샷
Chess Endgame Tables 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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 |
이메일 | [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" ] } |