lichess clock color
extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…
Co je lichess clock color?
lichess clock color je rozšíření Chrome vyvinuté adeebshihadeh, a jeho hlavní funkcí je „extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření lichess clock color
Stáhněte si soubory rozšíření lichess clock color ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | acbbdbhpfaaglhldigkkoacbbedhmogf |
Oficiální URL | https://chrome.google.com/webstore/detail/lichess-clock-color/acbbdbhpfaaglhldigkkoacbbedhmogf |
Popis | extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate… |
Velikost souboru | 12.11 KB |
Počet instalací | 108 |
Aktuální Verze | 0.1.1 |
Poslední Aktualizace | 2018-08-21 |
Datum Vydání | 2018-08-21 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | adeebshihadeh |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/quillford/lichess-colorclock |
Podporované Jazyky | 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" ] } ] } |