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 là gì?
lichess clock color là một tiện ích mở rộng Chrome được phát triển bởi adeebshihadeh, và tính năng chính của nó là "extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng lichess clock color
Tải xuống các tệp mở rộng lichess clock color dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | acbbdbhpfaaglhldigkkoacbbedhmogf |
URL Chính Thức | https://chrome.google.com/webstore/detail/lichess-clock-color/acbbdbhpfaaglhldigkkoacbbedhmogf |
Mô tả | extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate… |
Kích Thước Tệp | 12.11 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2018-08-21 |
Ngày Phát Hành | 2018-08-21 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | adeebshihadeh |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/quillford/lichess-colorclock |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |