Opening Chooser

Based on the first few chess moves, chooses a random opening for you to play

Opening Chooser란 무엇입니까?

Opening Chooser은(는) usama8800에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Based on the first few chess moves, chooses a random opening for you to play"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Opening Chooser 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Recommend a random opening based on current position. Currently works on lichess.org
You need to be signed in or have board coordinates on for the extension to know what color you are. Otherwise it assumes white.

Should help learn chess instead of playing the same opening every game and just memorizing moves                    

확장 프로그램 기본 정보

이름 Opening Chooser Opening Chooser
ID jflaiafkhoeaioflgdfflipkbnhmngie
공식 URL https://chromewebstore.google.com/detail/opening-chooser/jflaiafkhoeaioflgdfflipkbnhmngie
설명 Based on the first few chess moves, chooses a random opening for you to play
파일 크기 130 KB
설치 횟수 289
현재 버전 1.0
최근 업데이트 2021-01-26
출시 날짜 2021-01-26
평점 3.00/5 총 4 개의 평점
개발자 usama8800
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opening Chooser",
    "version": "1.0",
    "description": "Based on the first few chess moves, chooses a random opening for you to play",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "css": [
                "lichess.org.css"
            ],
            "js": [
                "chess.js",
                "eco.js",
                "jquery.min.js",
                "lichess.org.js"
            ]
        }
    ]
}