Opening Chooser
Based on the first few chess moves, chooses a random opening for you to play
Qu'est-ce que Opening Chooser ?
Opening Chooser est une extension Chrome développée par usama8800, et sa fonction principale est "Based on the first few chess moves, chooses a random opening for you to play".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Opening Chooser
Téléchargez les fichiers d'extension Opening Chooser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Opening Chooser |
ID | jflaiafkhoeaioflgdfflipkbnhmngie |
URL Officiel | https://chromewebstore.google.com/detail/opening-chooser/jflaiafkhoeaioflgdfflipkbnhmngie |
Description | Based on the first few chess moves, chooses a random opening for you to play |
Taille du Fichier | 130 KB |
Nombre d'Installations | 289 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-01-26 |
Date de Publication | 2021-01-26 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | usama8800 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |