lichess clock color

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

Wat is lichess clock color?

lichess clock color is een Chrome-extensie ontwikkeld door adeebshihadeh, en de belangrijkste functie is "extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie lichess clock color

Download lichess clock color-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam lichess clock color lichess clock color
ID acbbdbhpfaaglhldigkkoacbbedhmogf
Officiële URL https://chrome.google.com/webstore/detail/lichess-clock-color/acbbdbhpfaaglhldigkkoacbbedhmogf
Beschrijving extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…
Bestandsgrootte 12.11 KB
Aantal Installaties 108
Huidige Versie 0.1.1
Laatst Bijgewerkt 2018-08-21
Publicatiedatum 2018-08-21
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar adeebshihadeh
Betalingswijze free
Extensiewebsite https://github.com/quillford/lichess-colorclock
Ondersteunde Talen 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"
            ]
        }
    ]
}