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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jackli.gg และคุณลักษณะหลักของมันคือ "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hikaru and GothamChess Tell You to MOVE
ดาวน์โหลดไฟล์ส่วนขยาย 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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hikaru and GothamChess Tell You to MOVE |
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\/*" ] } |