Lichess.org chat/whisper with move numbers
Send chat messages or whisper to spectators room with move numbers
Co to jest Lichess.org chat/whisper with move numbers?
Lichess.org chat/whisper with move numbers to rozszerzenie Chrome opracowane przez timothyha, a jego główną funkcją jest „Send chat messages or whisper to spectators room with move numbers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lichess.org chat/whisper with move numbers
Pobierz pliki rozszerzeń Lichess.org chat/whisper with move numbers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Lichess.org chat/whisper with move numbers |
ID | gljgfgfejfcopcjhaienfhbmcpopbhhp |
Oficjalny URL | https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp |
Opis | Send chat messages or whisper to spectators room with move numbers |
Rozmiar pliku | 425 KB |
Liczba instalacji | 249 |
Aktualna Wersja | 2021.03.14 |
Ostatnia Aktualizacja | 2021-03-13 |
Data Publikacji | 2020-05-21 |
Ocena | 4.56/5 Łącznie 9 Oceny |
Deweloper | timothyha |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/timothyha/lichess-chat-whisper-with-move-numbers |
Adres URL Strony Pomocy | https://github.com/timothyha/lichess-chat-whisper-with-move-numbers |
Obsługiwane Języki | 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" } } } |