Hikaru and GothamChess Tell You to MOVE
Hikaru and GothamChess remind you when you have spent too much time thinking on a move!
什么是Hikaru and GothamChess Tell You to MOVE?
Hikaru and GothamChess Tell You to MOVE是由jackli.gg开发的Chrome扩展程序,该扩展的主要功能是“Hikaru and GothamChess remind you when you have spent too much time thinking on a move!”。
扩展截图
下载Hikaru and GothamChess Tell You to MOVE扩展crx文件
下载Hikaru and GothamChess Tell You to MOVE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is for chess.com and Lichess!
When you have spent too much time thinking on a singular move, Hikaru and GothamChess (or a generic sound effect if you're a boring person) will tell you to MOVE! You can adjust how long it takes before it reminds you to move, either a flat amount of time or a percentage of your remaining time.
Update: Hikaru and GothamChess both tried this extension on stream! 扩展基本信息
| 名称 | |
| ID | dbooaamklijfogllbgookpiliaphkahb |
| 官方URL | https://chromewebstore.google.com/detail/hikaru-and-gothamchess-te/dbooaamklijfogllbgookpiliaphkahb |
| 简介 | Hikaru and GothamChess remind you when you have spent too much time thinking on a move! |
| 文件大小 | 1.21 MB |
| 安装次数 | 3,966 |
| 当前版本 | 0.0.0.8 |
| 更新时间 | 2021-10-08 |
| 上架时间 | 2021-02-11 |
| 评分 | 4.33/5 共40次评分 |
| 开发者 | jackli.gg |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.jackli.gg |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hikaru and GothamChess Tell You to MOVE",
"version": "0.0.0.8",
"description": "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!",
"content_scripts": [
{
"matches": [
"*:\/\/*.chess.com\/live*",
"*:\/\/*.chess.com\/game\/live*",
"*:\/\/*.chess.com\/play\/online*",
"*:\/\/*.lichess.org\/*"
],
"js": [
"js\/config.js",
"js\/chessMoveReminder.js"
]
}
],
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"manifest_version": 2,
"permissions": [
"storage"
],
"web_accessible_resources": [
"audio\/*"
]
} | |