Drill Chess

Increase your chess rating, by turning Lichess studies into better challenges Current Lichess studies are limited to numerical…

Drill Chess란 무엇입니까?

Drill Chess은(는) DrillChess85에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Increase your chess rating, by turning Lichess studies into better challenges Current Lichess studies are limited to numerical…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Drill Chess 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Increase your chess rating, by turning Lichess studies into better challenges

Current Lichess studies are limited to numerical order. So for example:
Chapter 1, move 1, move 2, move 3 
Chapter 2, move 1, move 2, move 3

Drill chess lets you randomize the chapters and move orders, so for example:
Chapter 6, move 7, Chapter 2, move 6, Chapter 6, move 5, Chapter 2, move 3

This gives you benefit of understanding the moves instead of being dependent on sequential learning. So users should install DrillChess to keep your opening repertoire way more challenging than usual                    

확장 프로그램 기본 정보

이름 Drill Chess Drill Chess
ID ggfielhhicpkogifcjhijclojjlibpmb
공식 URL https://chromewebstore.google.com/detail/drill-chess/ggfielhhicpkogifcjhijclojjlibpmb
설명 Increase your chess rating, by turning Lichess studies into better challenges Current Lichess studies are limited to numerical…
파일 크기 109 KB
설치 횟수 73
현재 버전 0.0.0.1
최근 업데이트 2022-11-21
출시 날짜 2022-11-20
평점 4.00/5 총 2 개의 평점
개발자 DrillChess85
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drill Chess",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "icons": {
        "128": "logo.png"
    },
    "host_permissions": [
        "*:\/\/lichess.org\/study\/*"
    ],
    "content_security_policy": {
        "script-src": "self unsafe-eval",
        "unsafe-eval": "object-src self",
        "unsafe-inline": "self"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/lichess.org\/study\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/static.js",
                "js\/utils.js",
                "js\/popup.js",
                "js\/content.js"
            ],
            "css": [
                "chess.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/clicker.js",
                "js\/callClick.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}