Lichess Cloud Analysis for Chess.com
A simple chrome browser extension for one-click analysis of Chess.com games on Lichess.
Lichess Cloud Analysis for Chess.com란 무엇입니까?
Lichess Cloud Analysis for Chess.com은(는) califernication에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple chrome browser extension for one-click analysis of Chess.com games on Lichess."입니다.
확장 프로그램 스크린샷
Lichess Cloud Analysis for Chess.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Lichess offers free cloud evaluations of chess games, whereas chess.com only offers local line evaluations for non-paying users. The first is a lot easier to understand for beginners and much more accesible to users with lower end devices. Lichess cloud analysis is a wonderful tool, and for users who might not want to leave chess.com (because of their friends or arguably better puzzles and lessons) can get a glimpse of its advantages.
확장 프로그램 기본 정보
이름 | Lichess Cloud Analysis for Chess.com |
ID | ngepiabohcfcoggpfghnfoefpnmnfocd |
공식 URL | https://chromewebstore.google.com/detail/lichess-cloud-analysis-fo/ngepiabohcfcoggpfghnfoefpnmnfocd |
설명 | A simple chrome browser extension for one-click analysis of Chess.com games on Lichess. |
파일 크기 | 90.26 KB |
설치 횟수 | 2,066 |
현재 버전 | 1.3 |
최근 업데이트 | 2023-05-22 |
출시 날짜 | 2022-06-22 |
평점 | 3.91/5 총 11 개의 평점 |
개발자 | califernication |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/califernication/lichessAnalysis |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lichess Cloud Analysis for Chess.com", "description": "A simple chrome browser extension for one-click analysis of Chess.com games on Lichess.", "version": "1.3", "manifest_version": 3, "icons": { "16": "assets\/img\/16x16.png", "48": "assets\/img\/48x48.png", "128": "assets\/img\/128x128.png" }, "homepage_url": "https:\/\/github.com\/califernication\/lichessAnalysis", "author": "califernication", "content_scripts": [ { "matches": [ "https:\/\/www.chess.com\/*", "https:\/\/lichess.org\/*" ], "css": [ "styles.css" ], "js": [ "node_modules\/arrive\/minified\/arrive.min.js", "script.js" ] } ] } |