Lichess.org chat/whisper with move numbers
Send chat messages or whisper to spectators room with move numbers
Cos'è Lichess.org chat/whisper with move numbers?
Lichess.org chat/whisper with move numbers è un'estensione di Chrome sviluppata da timothyha, e la sua funzione principale è "Send chat messages or whisper to spectators room with move numbers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lichess.org chat/whisper with move numbers
Scarica i file di estensione Lichess.org chat/whisper with move numbers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Lichess.org chat/whisper with move numbers |
ID | gljgfgfejfcopcjhaienfhbmcpopbhhp |
URL Ufficiale | https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp |
Descrizione | Send chat messages or whisper to spectators room with move numbers |
Dimensione del File | 425 KB |
Conteggio Installazioni | 249 |
Versione Corrente | 2021.03.14 |
Ultimo Aggiornamento | 2021-03-13 |
Data di Pubblicazione | 2020-05-21 |
Valutazione | 4.56/5 Totale 9 Valutazioni |
Sviluppatore | timothyha |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/timothyha/lichess-chat-whisper-with-move-numbers |
URL della Pagina di Aiuto | https://github.com/timothyha/lichess-chat-whisper-with-move-numbers |
Lingue Supportate | 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" } } } |