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…”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 lichess clock color lichess clock color
ID acbbdbhpfaaglhldigkkoacbbedhmogf
官方網址 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"
            ]
        }
    ]
}