Opening Chooser
Based on the first few chess moves, chooses a random opening for you to play
Vad är Opening Chooser?
Opening Chooser är en Chrome-tillägg utvecklad av usama8800, och dess huvudfunktion är "Based on the first few chess moves, chooses a random opening for you to play".
Tilläggsskärmbilder
Ladda ner Opening Chooser-förlängningens CRX-fil
Ladda ner Opening Chooser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Opening Chooser |
ID | jflaiafkhoeaioflgdfflipkbnhmngie |
Officiell webbadress | https://chromewebstore.google.com/detail/opening-chooser/jflaiafkhoeaioflgdfflipkbnhmngie |
Beskrivning | Based on the first few chess moves, chooses a random opening for you to play |
Filstorlek | 130 KB |
Antal Installationer | 289 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-01-26 |
Publiceringsdatum | 2021-01-26 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | usama8800 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |