Opening Chooser
Based on the first few chess moves, chooses a random opening for you to play
Hvad er Opening Chooser?
Opening Chooser er en Chrome-udvidelse udviklet af usama8800, og dens hovedfunktion er "Based on the first few chess moves, chooses a random opening for you to play".
Udvidelsesskærmbilleder
Download Opening Chooser-udvidelses-CRX-fil
Download Opening Chooser-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Opening Chooser |
ID | jflaiafkhoeaioflgdfflipkbnhmngie |
Officiel URL | https://chromewebstore.google.com/detail/opening-chooser/jflaiafkhoeaioflgdfflipkbnhmngie |
Beskrivelse | Based on the first few chess moves, chooses a random opening for you to play |
Filstørrelse | 130 KB |
Antal Installationer | 289 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-01-26 |
Udgivelsesdato | 2021-01-26 |
Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
Udvikler | usama8800 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |