Lichess.org chat/whisper with move numbers

Send chat messages or whisper to spectators room with move numbers

Wat is Lichess.org chat/whisper with move numbers?

Lichess.org chat/whisper with move numbers is een Chrome-extensie ontwikkeld door timothyha, en de belangrijkste functie is "Send chat messages or whisper to spectators room with move numbers".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lichess.org chat/whisper with move numbers

Download Lichess.org chat/whisper with move numbers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Lichess.org chat/whisper with move numbers Lichess.org chat/whisper with move numbers
ID gljgfgfejfcopcjhaienfhbmcpopbhhp
Officiële URL https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp
Beschrijving Send chat messages or whisper to spectators room with move numbers
Bestandsgrootte 425 KB
Aantal Installaties 249
Huidige Versie 2021.03.14
Laatst Bijgewerkt 2021-03-13
Publicatiedatum 2020-05-21
Beoordeling 4.56/5 Totaal 9 Beoordelingen
Ontwikkelaar timothyha
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Help Pagina-URL https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Ondersteunde Talen 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"
        }
    }
}