lichess clock color
extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…
Co to jest lichess clock color?
lichess clock color to rozszerzenie Chrome opracowane przez adeebshihadeh, a jego główną funkcją jest „extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia lichess clock color
Pobierz pliki rozszerzeń lichess clock color w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | acbbdbhpfaaglhldigkkoacbbedhmogf |
Oficjalny URL | https://chrome.google.com/webstore/detail/lichess-clock-color/acbbdbhpfaaglhldigkkoacbbedhmogf |
Opis | extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate… |
Rozmiar pliku | 12.11 KB |
Liczba instalacji | 108 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2018-08-21 |
Data Publikacji | 2018-08-21 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | adeebshihadeh |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/quillford/lichess-colorclock |
Obsługiwane Języki | 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" ] } ] } |