lichess-timewarning
Warns lichess.org players when they are low on time with an audio sample
lichess-timewarning là gì?
lichess-timewarning là một tiện ích mở rộng Chrome được phát triển bởi Vincent Simard, và tính năng chính của nó là "Warns lichess.org players when they are low on time with an audio sample".
Tải xuống tệp CRX của tiện ích mở rộng lichess-timewarning
Tải xuống các tệp mở rộng lichess-timewarning 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | mpcfojdjmlkdnomdphkpeoocdobojjhm |
URL Chính Thức | https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm |
Mô tả | Warns lichess.org players when they are low on time with an audio sample |
Kích Thước Tệp | 27.76 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2014-10-20 |
Ngày Phát Hành | 2014-10-20 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Vincent Simard |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess-timewarning", "version": "0.1.4", "manifest_version": 2, "description": "Warns lichess.org players when they are low on time with an audio sample", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/lichess-timewarning.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ "ogg\/*" ], "permissions": [ "storage" ] } |