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 timothyha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send chat messages or whisper to spectators room with move numbers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lichess.org chat/whisper with move numbers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" } } } |