lichess clock color

extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…

Apa itu lichess clock color?

lichess clock color adalah ekstensi Chrome yang dikembangkan oleh adeebshihadeh, dan fitur utamanya adalah "extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi lichess clock color

Unduh file ekstensi lichess clock color dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama lichess clock color lichess clock color
ID acbbdbhpfaaglhldigkkoacbbedhmogf
URL Resmi https://chrome.google.com/webstore/detail/lichess-clock-color/acbbdbhpfaaglhldigkkoacbbedhmogf
Deskripsi extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…
Ukuran File 12.11 KB
Jumlah Instalasi 108
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2018-08-21
Tanggal Publikasi 2018-08-21
Penilaian 1.00/5 Total 1 Penilaian
Pengembang adeebshihadeh
Tipe Pembayaran free
Situs Ekstensi https://github.com/quillford/lichess-colorclock
Bahasa yang Didukung 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"
            ]
        }
    ]
}