Opening Chooser
Based on the first few chess moves, chooses a random opening for you to play
Apa itu Opening Chooser?
Opening Chooser adalah ekstensi Chrome yang dikembangkan oleh usama8800, dan fitur utamanya adalah "Based on the first few chess moves, chooses a random opening for you to play".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Opening Chooser
Unduh file ekstensi Opening Chooser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Opening Chooser |
ID | jflaiafkhoeaioflgdfflipkbnhmngie |
URL Resmi | https://chromewebstore.google.com/detail/opening-chooser/jflaiafkhoeaioflgdfflipkbnhmngie |
Deskripsi | Based on the first few chess moves, chooses a random opening for you to play |
Ukuran File | 130 KB |
Jumlah Instalasi | 289 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-01-26 |
Tanggal Publikasi | 2021-01-26 |
Penilaian | 3.00/5 Total 4 Penilaian |
Pengembang | usama8800 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |