Drill Chess

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

Drill Chessคืออะไร?

Drill Chess เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DrillChess85 และคุณลักษณะหลักของมันคือ "Increase your chess rating, by turning Lichess studies into better challenges Current Lichess studies are limited to numerical…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drill Chess

ดาวน์โหลดไฟล์ส่วนขยาย Drill Chess ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}