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
公式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"
            ]
        }
    ]
}