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 |
| 官方網址 | 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\/*"
]
} | |