Drill Chess

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

O que é Drill Chess?

Drill Chess é uma extensão do Chrome desenvolvida por DrillChess85, e sua principal característica é "Increase your chess rating, by turning Lichess studies into better challenges Current Lichess studies are limited to numerical…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Drill Chess

Baixe arquivos de extensão Drill Chess no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Drill Chess Drill Chess
ID ggfielhhicpkogifcjhijclojjlibpmb
URL Oficial https://chromewebstore.google.com/detail/drill-chess/ggfielhhicpkogifcjhijclojjlibpmb
Descrição Increase your chess rating, by turning Lichess studies into better challenges Current Lichess studies are limited to numerical…
Tamanho do Arquivo 109 KB
Contagem de Instalações 73
Versão Atual 0.0.0.1
Última Atualização 2022-11-21
Data de Publicação 2022-11-20
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor DrillChess85
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}