lichess clock color
extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…
Cos'è lichess clock color?
lichess clock color è un'estensione di Chrome sviluppata da adeebshihadeh, e la sua funzione principale è "extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione lichess clock color
Scarica i file di estensione lichess clock color in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | acbbdbhpfaaglhldigkkoacbbedhmogf |
URL Ufficiale | https://chrome.google.com/webstore/detail/lichess-clock-color/acbbdbhpfaaglhldigkkoacbbedhmogf |
Descrizione | extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate… |
Dimensione del File | 12.11 KB |
Conteggio Installazioni | 108 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2018-08-21 |
Data di Pubblicazione | 2018-08-21 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | adeebshihadeh |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/quillford/lichess-colorclock |
Lingue Supportate | 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" ] } ] } |