Chess Compass - Free Online Chess Analysis
Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.
Chess Compass - Free Online Chess Analysis란 무엇입니까?
Chess Compass - Free Online Chess Analysis은(는) https://chesscompass.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Analyze games using Chess Compass from popular chess websites such as chess.com and lichess."입니다.
확장 프로그램 스크린샷
Chess Compass - Free Online Chess Analysis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows for easy importing of games on Lichess and Chess.com into Chess Compass.
확장 프로그램 기본 정보
이름 | Chess Compass - Free Online Chess Analysis |
ID | djkdhnacahocjglfmgdkcogbmnhholch |
공식 URL | https://chromewebstore.google.com/detail/chess-compass-free-online/djkdhnacahocjglfmgdkcogbmnhholch |
설명 | Analyze games using Chess Compass from popular chess websites such as chess.com and lichess. |
파일 크기 | 12.82 KB |
설치 횟수 | 4,150 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2023-05-03 |
출시 날짜 | 2019-12-28 |
평점 | 4.50/5 총 12 개의 평점 |
개발자 | https://chesscompass.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.chesscompass.com/ |
개인정보 보호 정책 페이지 URL | https://www.chesscompass.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chess Compass - Free Online Chess Analysis", "version": "1.2.0", "manifest_version": 3, "description": "Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.", "homepage_url": "https:\/\/www.chesscompass.com\/", "icons": { "128": "icons\/icon128.png" }, "default_locale": "en", "host_permissions": [ "https:\/\/www.chess.com\/*", "https:\/\/lichess.org\/*" ], "web_accessible_resources": [ { "resources": [ "src\/inject\/chess_com_script.js" ], "matches": [ "https:\/\/www.chess.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "css": [ "src\/inject\/lichess.css" ] }, { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "src\/inject\/lichess.js" ] }, { "matches": [ "https:\/\/www.chess.com\/*" ], "css": [ "src\/inject\/chess_com.css" ] }, { "matches": [ "https:\/\/www.chess.com\/*" ], "js": [ "src\/inject\/chess_com.js" ] } ] } |