SimpleChessBoard
Simple chess FEN/PGN viewer with evaluation
SimpleChessBoard란 무엇입니까?
SimpleChessBoard은(는) hxim.jo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple chess FEN/PGN viewer with evaluation"입니다.
확장 프로그램 스크린샷
SimpleChessBoard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SimpleChessBoard is simple chess position and game analysis tool available as browser extension and as a web page at https://hxim.github.io/simplechessboard/popup/simplechessboard.html. Features: * Load your chess position or game using FEN or PGN. * Setup pieces manually with your mouse in edit mode. * You can browse game history and try out different variations. Arrow is showing last move and move recomennded by engine. * List all legal moves and show them on chessboard * Checkmate or stalemate is detected * Analyze position and all legal moves with javascript version of Stockfish from https://github.com/niklasf/stockfish.js * Show evaluation graph and visalize mistakes or blunders with different colors * Open position or game in new window via URL. You can also share this URL with friends (in online version) and your position or entire game will be encoded in the link. * You can also play chess against computer Copy your FEN or PGN to clipboard and paste it in the input box at the top. You can also manually edit and change FEN displayed there. This tool also supports entering games as list of moves in simplified format like this: "1. e4 e5 2. Nf3 Nf6 3. d4". You have several options to make legal moves on board - Click on move in list of all legal moves in the right or move piece with mouse using drag and drop or select piece and then click on destination square. This is useful on touchscreen. Note: To add, remove pieces or make illegal moves you need to use edit mode (see below). Buttons and main menu: * Go back to previous position * Go forward to next position * Refresh engine evaluation for current position * Revert changes to loaded or saved game (go back to original game after trying some variation) * Keep changes so that next revert changes return to current state (also available with CTRL+Click on Revert) * Open in new window where current game or position is encoded as part of URL (useful to save game for later or share with someone) * Edit mode where you can setup position (add, remove pieces, illegal moves) * Information about played moves * Open main menu * Start game against computer (use CTRL to play as black) * Flip board (in main menu and also available as button in bottom right corner of chessboard) * Change side to move (in main menu and also available as button in top right corner of chessboard)
확장 프로그램 기본 정보
이름 | SimpleChessBoard |
ID | hppnfmeaoiochhjdlojgflkfedncdokl |
공식 URL | https://chromewebstore.google.com/detail/simplechessboard/hppnfmeaoiochhjdlojgflkfedncdokl |
설명 | Simple chess FEN/PGN viewer with evaluation |
파일 크기 | 627 KB |
설치 횟수 | 3,592 |
현재 버전 | 1.6 |
최근 업데이트 | 2018-09-01 |
출시 날짜 | 2018-09-01 |
평점 | 3.89/5 총 9 개의 평점 |
개발자 | hxim.jo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Simple chess FEN\/PGN viewer with evaluation", "manifest_version": 2, "name": "SimpleChessBoard", "version": "1.6", "homepage_url": "https:\/\/github.com\/hxim\/simplechessboard", "permissions": [ "storage" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "browser_action": { "default_icon": { "48": "icons\/icon-48.png" }, "default_title": "Simple chess FEN\/PGN viewer with evaluation", "default_popup": "popup\/simplechessboard.html" } } |