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文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}