Arrows For Chess.com
Adds arrows to the analysis view on chess.com
Arrows For Chess.com란 무엇입니까?
Arrows For Chess.com은(는) philipp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds arrows to the analysis view on chess.com"입니다.
확장 프로그램 스크린샷
Arrows For Chess.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds arrows for the top engine lines to the analysis view on chess.com - The orange arrows show you the best moves - The thickness of the arrows indicates how good a move is compared to the other top-moves How it works: - Go to the game review view on chess.com (https://www.chess.com/analysis/game/live/...) - Open the analysis tab - Enable the "Best Move Arrows"-Toggle (-> visible in the screenshot)
확장 프로그램 기본 정보
이름 | |
ID | deaiombfofdgoldipnjjgbjkhledjhaj |
공식 URL | https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj |
설명 | Adds arrows to the analysis view on chess.com |
파일 크기 | 100 KB |
설치 횟수 | 322 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2022-06-05 |
출시 날짜 | 2022-05-31 |
평점 | 1.50/5 총 2 개의 평점 |
개발자 | philipp |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arrows For Chess.com", "manifest_version": 3, "version": "0.1.2", "description": "Adds arrows to the analysis view on chess.com", "icons": { "16": "icons\/crown_16.png", "32": "icons\/crown_32.png", "64": "icons\/crown_64.png", "128": "icons\/crown_128.png", "512": "icons\/crown_512.png" }, "content_scripts": [ { "css": [ "app.css" ], "js": [ "app.js" ], "matches": [ "https:\/\/www.chess.com\/analysis\/game\/live\/*" ] } ] } |