Opening Chooser
Based on the first few chess moves, chooses a random opening for you to play
What is Opening Chooser?
Opening Chooser is a Chrome extension developed by usama8800, and its main feature is "Based on the first few chess moves, chooses a random opening for you to play".
Extension Screenshots
Download Opening Chooser Extension CRX File
Download Opening Chooser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Opening Chooser |
ID | jflaiafkhoeaioflgdfflipkbnhmngie |
Official URL | https://chromewebstore.google.com/detail/opening-chooser/jflaiafkhoeaioflgdfflipkbnhmngie |
Description | Based on the first few chess moves, chooses a random opening for you to play |
File Size | 130 KB |
Installation Count | 289 |
Current Version | 1.0 |
Last Updated | 2021-01-26 |
Publish Date | 2021-01-26 |
Rating | 3.00/5 Total 4 Ratings |
Developer | usama8800 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |