Opening Chooser
Based on the first few chess moves, chooses a random opening for you to play
Co je Opening Chooser?
Opening Chooser je rozšíření Chrome vyvinuté usama8800, a jeho hlavní funkcí je „Based on the first few chess moves, chooses a random opening for you to play“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Opening Chooser
Stáhněte si soubory rozšíření Opening Chooser 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í
Recommend a random opening based on current position. Currently works on lichess.org You need to be signed in or have board coordinates on for the extension to know what color you are. Otherwise it assumes white. Should help learn chess instead of playing the same opening every game and just memorizing moves
Základní Informace o Rozšíření
Název | Opening Chooser |
ID | jflaiafkhoeaioflgdfflipkbnhmngie |
Oficiální URL | https://chromewebstore.google.com/detail/opening-chooser/jflaiafkhoeaioflgdfflipkbnhmngie |
Popis | Based on the first few chess moves, chooses a random opening for you to play |
Velikost souboru | 130 KB |
Počet instalací | 289 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-01-26 |
Datum Vydání | 2021-01-26 |
Hodnocení | 3.00/5 Celkem 4 Hodnocení |
Vývojář | usama8800 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Opening Chooser", "version": "1.0", "description": "Based on the first few chess moves, chooses a random opening for you to play", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "css": [ "lichess.org.css" ], "js": [ "chess.js", "eco.js", "jquery.min.js", "lichess.org.js" ] } ] } |