Lichess.org chat/whisper with move numbers
Send chat messages or whisper to spectators room with move numbers
Apa itu Lichess.org chat/whisper with move numbers?
Lichess.org chat/whisper with move numbers adalah ekstensi Chrome yang dikembangkan oleh timothyha, dan fitur utamanya adalah "Send chat messages or whisper to spectators room with move numbers".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lichess.org chat/whisper with move numbers
Unduh file ekstensi Lichess.org chat/whisper with move numbers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Lichess.org chat/whisper with move numbers |
ID | gljgfgfejfcopcjhaienfhbmcpopbhhp |
URL Resmi | https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp |
Deskripsi | Send chat messages or whisper to spectators room with move numbers |
Ukuran File | 425 KB |
Jumlah Instalasi | 249 |
Versi Saat Ini | 2021.03.14 |
Terakhir Diperbarui | 2021-03-13 |
Tanggal Publikasi | 2020-05-21 |
Penilaian | 4.56/5 Total 9 Penilaian |
Pengembang | timothyha |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/timothyha/lichess-chat-whisper-with-move-numbers |
URL Halaman Bantuan | https://github.com/timothyha/lichess-chat-whisper-with-move-numbers |
Bahasa yang Didukung | 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" } } } |