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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Increase your chess rating, by turning Lichess studies into better challenges Current Lichess studies are limited to numerical…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Drill Chess एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}