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是由adeebshihadeh开发的Chrome扩展程序,该扩展的主要功能是“extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…”。
扩展截图
下载lichess clock color扩展crx文件
下载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"
]
}
]
} | |