Lichess.org chat/whisper with move numbers

Send chat messages or whisper to spectators room with move numbers

Co je Lichess.org chat/whisper with move numbers?

Lichess.org chat/whisper with move numbers je rozšíření Chrome vyvinuté timothyha, a jeho hlavní funkcí je „Send chat messages or whisper to spectators room with move numbers“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Lichess.org chat/whisper with move numbers

Stáhněte si soubory rozšíření Lichess.org chat/whisper with move numbers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Lichess.org chat/whisper with move numbers Lichess.org chat/whisper with move numbers
ID gljgfgfejfcopcjhaienfhbmcpopbhhp
Oficiální URL https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp
Popis Send chat messages or whisper to spectators room with move numbers
Velikost souboru 425 KB
Počet instalací 249
Aktuální Verze 2021.03.14
Poslední Aktualizace 2021-03-13
Datum Vydání 2020-05-21
Hodnocení 4.56/5 Celkem 9 Hodnocení
Vývojář timothyha
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
URL Stránky Nápovědy https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Podporované Jazyky 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"
        }
    }
}