Arrows For Chess.com

Adds arrows to the analysis view on chess.com

O que é Arrows For Chess.com?

Arrows For Chess.com é uma extensão do Chrome desenvolvida por philipp, e sua principal característica é "Adds arrows to the analysis view on chess.com".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Arrows For Chess.com

Baixe arquivos de extensão Arrows For Chess.com 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

                        Adds arrows for the top engine lines to the analysis view on chess.com
- The orange arrows show you the best moves
- The thickness of the arrows indicates how good a move is compared to the other top-moves

How it works:
- Go to the game review view on chess.com (https://www.chess.com/analysis/game/live/...)
- Open the analysis tab
- Enable the "Best Move Arrows"-Toggle (-> visible in the screenshot)                    

Informações Básicas da Extensão

Nome Arrows For Chess.com Arrows For Chess.com
ID deaiombfofdgoldipnjjgbjkhledjhaj
URL Oficial https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj
Descrição Adds arrows to the analysis view on chess.com
Tamanho do Arquivo 100 KB
Contagem de Instalações 322
Versão Atual 0.1.2
Última Atualização 2022-06-05
Data de Publicação 2022-05-31
Classificação 1.50/5 Total de 2 Avaliações
Desenvolvedor philipp
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arrows For Chess.com",
    "manifest_version": 3,
    "version": "0.1.2",
    "description": "Adds arrows to the analysis view on chess.com",
    "icons": {
        "16": "icons\/crown_16.png",
        "32": "icons\/crown_32.png",
        "64": "icons\/crown_64.png",
        "128": "icons\/crown_128.png",
        "512": "icons\/crown_512.png"
    },
    "content_scripts": [
        {
            "css": [
                "app.css"
            ],
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/www.chess.com\/analysis\/game\/live\/*"
            ]
        }
    ]
}