Chess.com analyse at lichess

Analyse chess.com game at lichess.org for free

O que é Chess.com analyse at lichess?

Chess.com analyse at lichess é uma extensão do Chrome desenvolvida por zeraye, e sua principal característica é "Analyse chess.com game at lichess.org for free".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chess.com analyse at lichess

Baixe arquivos de extensão Chess.com analyse at lichess 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

                        After the game on chess.com you will have the horse icon at the top of the Chrome (right side of the search bar). After clicking on it, you will be moved to the new tab with lichess.org game analyse. Enjoy your free game analyse and learn from your mistakes!

If something is broken, let me know: [email protected]                    

Informações Básicas da Extensão

Nome Chess.com analyse at lichess Chess.com analyse at lichess
ID mnhepnblaeiiomcdpcdnnnopmmblifke
URL Oficial https://chromewebstore.google.com/detail/chesscom-analyse-at-liche/mnhepnblaeiiomcdpcdnnnopmmblifke
Descrição Analyse chess.com game at lichess.org for free
Tamanho do Arquivo 37.05 KB
Contagem de Instalações 66
Versão Atual 1.6
Última Atualização 2022-08-23
Data de Publicação 2022-08-23
Desenvolvedor zeraye
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess.com analyse at lichess",
    "version": "1.6",
    "description": "Analyse chess.com game at lichess.org for free",
    "icons": {
        "512": "icons\/icon-512.png"
    },
    "host_permissions": [
        "https:\/\/www.chess.com\/",
        "https:\/\/api.chess.com\/",
        "https:\/\/lichess.org\/"
    ],
    "permissions": [
        "declarativeContent",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "512": "icons\/page-action-icon-512.png"
        },
        "default_title": "Analyse game"
    }
}