ChessablePractice
Practice Chessable positions versus Lichess
ChessablePractice란 무엇입니까?
ChessablePractice은(는) FechtSport에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Practice Chessable positions versus Lichess"입니다.
확장 프로그램 스크린샷
ChessablePractice 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automates task of loading current position from Chessable.com variations into a new tab to practice on Lichess.com versus computer. If activated from Chessable study mode will select first or last position in variation (specified by options setting).
확장 프로그램 기본 정보
이름 | |
ID | nengkiedldfcnadeapalbfompahjojdc |
공식 URL | https://chromewebstore.google.com/detail/chessablepractice/nengkiedldfcnadeapalbfompahjojdc |
설명 | Practice Chessable positions versus Lichess |
파일 크기 | 19.86 KB |
설치 횟수 | 22 |
현재 버전 | 0.00.07 |
최근 업데이트 | 2018-04-07 |
출시 날짜 | 2018-04-07 |
개발자 | FechtSport |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "name": "ChessablePractice", "description": "Practice Chessable positions versus Lichess", "homepage_url": "https:\/\/www.chessable.com\/profile\/FechtSport\/", "version": "0.00.07", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "js": [ "src\/simulate.js" ], "matches": [ "https:\/\/www.chessable.com\/variation\/*", "https:\/\/*.lichess.org\/*" ] }, { "js": [ "src\/analysis.js" ], "matches": [ "https:\/\/*.lichess.org\/*" ] }, { "js": [ "src\/dbg.js", "src\/parseParams.js", "src\/getPosition.js" ], "matches": [ "https:\/\/www.chessable.com\/learn\/*", "https:\/\/www.chessable.com\/variation\/*", "https:\/\/www.chessable.com\/practice\/*" ] } ], "icons": { "16": "icons\/16x16.png", "19": "icons\/19x19.png", "38": "icons\/38x38.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "page_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "Practice versus Lichess" }, "options_ui": { "page": "src\/options.html", "chrome_style": true }, "permissions": [ "tabs", "webNavigation", "storage", "https:\/\/*.lichess.org\/", "https:\/\/www.chessable.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |