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 |
| 官方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"
}
}
} | |