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開發的Chrome擴展程式,該擴展的主要功能是“Send chat messages or whisper to spectators room with move numbers”。
擴展截圖
下載Lichess.org chat/whisper with move numbers擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | gljgfgfejfcopcjhaienfhbmcpopbhhp |
| 官方網址 | 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"
}
}
} | |