lichess clock color
extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…
lichess clock colorคืออะไร?
lichess clock color เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adeebshihadeh และคุณลักษณะหลักของมันคือ "extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย lichess clock color
ดาวน์โหลดไฟล์ส่วนขยาย lichess clock color ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate who has more time red background when your opponent has more time green when you have more time than your opponent
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | acbbdbhpfaaglhldigkkoacbbedhmogf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lichess-clock-color/acbbdbhpfaaglhldigkkoacbbedhmogf |
คำอธิบาย | extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate… |
ขนาดไฟล์ | 12.11 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2018-08-21 |
วันที่เผยแพร่ | 2018-08-21 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | adeebshihadeh |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/quillford/lichess-colorclock |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess clock color", "version": "0.1.1", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/github.com\/quillford\/clockcolor", "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/lichess.org\/" ], "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "inject.js" ] } ] } |