Lichess.org chat/whisper with move numbers

Send chat messages or whisper to spectators room with move numbers

Hvad er Lichess.org chat/whisper with move numbers?

Lichess.org chat/whisper with move numbers er en Chrome-udvidelse udviklet af timothyha, og dens hovedfunktion er "Send chat messages or whisper to spectators room with move numbers".

Udvidelsesskærmbilleder

screenshot

Download Lichess.org chat/whisper with move numbers-udvidelses-CRX-fil

Download Lichess.org chat/whisper with move numbers-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Lichess.org chat/whisper with move numbers Lichess.org chat/whisper with move numbers
ID gljgfgfejfcopcjhaienfhbmcpopbhhp
Officiel URL https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp
Beskrivelse Send chat messages or whisper to spectators room with move numbers
Filstørrelse 425 KB
Antal Installationer 249
Nuværende Version 2021.03.14
Senest Opdateret 2021-03-13
Udgivelsesdato 2020-05-21
Bedømmelse 4.56/5 Samlet 9 Bedømmelser
Udvikler timothyha
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Hjælpeside-URL https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Understøttede Sprog 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"
        }
    }
}