Lichess.org chat/whisper with move numbers

Send chat messages or whisper to spectators room with move numbers

¿Qué es Lichess.org chat/whisper with move numbers?

Lichess.org chat/whisper with move numbers es una extensión de Chrome desarrollada por timothyha, y su función principal es "Send chat messages or whisper to spectators room with move numbers".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Lichess.org chat/whisper with move numbers

Descarga archivos de extensión Lichess.org chat/whisper with move numbers en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción Send chat messages or whisper to spectators room with move numbers
Tamaño del Archivo 425 KB
Cantidad de Instalaciones 249
Versión Actual 2021.03.14
Última Actualización 2021-03-13
Fecha de Publicación 2020-05-21
Calificación 4.56/5 Total de 9 Calificaciones
Desarrollador timothyha
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
URL de la Página de Ayuda https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Idiomas Soportados 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"
        }
    }
}