Lichess.org chat/whisper with move numbers

Send chat messages or whisper to spectators room with move numbers

Vad är Lichess.org chat/whisper with move numbers?

Lichess.org chat/whisper with move numbers är en Chrome-tillägg utvecklad av timothyha, och dess huvudfunktion är "Send chat messages or whisper to spectators room with move numbers".

Tilläggsskärmbilder

screenshot

Ladda ner Lichess.org chat/whisper with move numbers-förlängningens CRX-fil

Ladda ner Lichess.org chat/whisper with move numbers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Lichess.org chat/whisper with move numbers Lichess.org chat/whisper with move numbers
ID gljgfgfejfcopcjhaienfhbmcpopbhhp
Officiell webbadress https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp
Beskrivning Send chat messages or whisper to spectators room with move numbers
Filstorlek 425 KB
Antal Installationer 249
Aktuell Version 2021.03.14
Senast Uppdaterad 2021-03-13
Publiceringsdatum 2020-05-21
Betyg 4.56/5 Totalt 9 Betyg
Utvecklare timothyha
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Hjälpsida URL https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Stödda Språk 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"
        }
    }
}