Lichess.org chat/whisper with move numbers
Send chat messages or whisper to spectators room with move numbers
Lichess.org chat/whisper with move numbersคืออะไร?
Lichess.org chat/whisper with move numbers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย timothyha และคุณลักษณะหลักของมันคือ "Send chat messages or whisper to spectators room with move numbers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lichess.org chat/whisper with move numbers
ดาวน์โหลดไฟล์ส่วนขยาย Lichess.org chat/whisper with move numbers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lichess.org chat/whisper with move numbers |
ID | gljgfgfejfcopcjhaienfhbmcpopbhhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp |
คำอธิบาย | Send chat messages or whisper to spectators room with move numbers |
ขนาดไฟล์ | 425 KB |
จำนวนการติดตั้ง | 249 |
เวอร์ชันปัจจุบัน | 2021.03.14 |
อัปเดตครั้งล่าสุด | 2021-03-13 |
วันที่เผยแพร่ | 2020-05-21 |
คะแนน | 4.56/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | timothyha |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/timothyha/lichess-chat-whisper-with-move-numbers |
URL หน้าช่วยเหลือ | https://github.com/timothyha/lichess-chat-whisper-with-move-numbers |
ภาษาที่รองรับ | 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" } } } |