Lichess.org chat/whisper with move numbers

Send chat messages or whisper to spectators room with move numbers

O que é Lichess.org chat/whisper with move numbers?

Lichess.org chat/whisper with move numbers é uma extensão do Chrome desenvolvida por timothyha, e sua principal característica é "Send chat messages or whisper to spectators room with move numbers".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lichess.org chat/whisper with move numbers

Baixe arquivos de extensão Lichess.org chat/whisper with move numbers 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

                        Automatically adds move numbers when you chat with your Lichess.org opponent or send "whispers" to the spectators' room. Helps them follow the thought process.                    

Informações Básicas da Extensão

Nome Lichess.org chat/whisper with move numbers Lichess.org chat/whisper with move numbers
ID gljgfgfejfcopcjhaienfhbmcpopbhhp
URL Oficial https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp
Descrição Send chat messages or whisper to spectators room with move numbers
Tamanho do Arquivo 425 KB
Contagem de Instalações 249
Versão Atual 2021.03.14
Última Atualização 2021-03-13
Data de Publicação 2020-05-21
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor timothyha
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
URL da Página de Ajuda https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lichess.org chat\/whisper with move numbers",
    "version": "2021.03.14",
    "description": "Send chat messages or whisper to spectators room with move numbers",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/lichess.org\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "applications": {
        "gecko": {
            "id": "Lichess_Chat_Whisper_Move_Numbers"
        }
    }
}