Opening Chooser
Based on the first few chess moves, chooses a random opening for you to play
Co to jest Opening Chooser?
Opening Chooser to rozszerzenie Chrome opracowane przez usama8800, a jego główną funkcją jest „Based on the first few chess moves, chooses a random opening for you to play”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Opening Chooser
Pobierz pliki rozszerzeń Opening Chooser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Opening Chooser |
ID | jflaiafkhoeaioflgdfflipkbnhmngie |
Oficjalny URL | https://chromewebstore.google.com/detail/opening-chooser/jflaiafkhoeaioflgdfflipkbnhmngie |
Opis | Based on the first few chess moves, chooses a random opening for you to play |
Rozmiar pliku | 130 KB |
Liczba instalacji | 289 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-01-26 |
Data Publikacji | 2021-01-26 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | usama8800 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |