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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } } |