Lichess.org chat/whisper with move numbers
Send chat messages or whisper to spectators room with move numbers
Qu'est-ce que Lichess.org chat/whisper with move numbers ?
Lichess.org chat/whisper with move numbers est une extension Chrome développée par timothyha, et sa fonction principale est "Send chat messages or whisper to spectators room with move numbers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lichess.org chat/whisper with move numbers
Téléchargez les fichiers d'extension Lichess.org chat/whisper with move numbers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Lichess.org chat/whisper with move numbers |
ID | gljgfgfejfcopcjhaienfhbmcpopbhhp |
URL Officiel | https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp |
Description | Send chat messages or whisper to spectators room with move numbers |
Taille du Fichier | 425 KB |
Nombre d'Installations | 249 |
Version Actuelle | 2021.03.14 |
Dernière Mise à Jour | 2021-03-13 |
Date de Publication | 2020-05-21 |
Évaluation | 4.56/5 Total 9 Évaluations |
Développeur | timothyha |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/timothyha/lichess-chat-whisper-with-move-numbers |
URL de la Page d'Aide | https://github.com/timothyha/lichess-chat-whisper-with-move-numbers |
Langues Prises en Charge | 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" } } } |