Opening Chooser
Based on the first few chess moves, chooses a random opening for you to play
什麼是Opening Chooser?
Opening Chooser是由usama8800開發的Chrome擴展程式,該擴展的主要功能是“Based on the first few chess moves, chooses a random opening for you to play”。
擴展截圖
下載Opening Chooser擴展crx文件
下載Opening Chooser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Opening Chooser |
ID | jflaiafkhoeaioflgdfflipkbnhmngie |
官方網址 | https://chromewebstore.google.com/detail/opening-chooser/jflaiafkhoeaioflgdfflipkbnhmngie |
簡介 | Based on the first few chess moves, chooses a random opening for you to play |
檔案大小 | 130 KB |
安裝次數 | 289 |
目前版本 | 1.0 |
更新時間 | 2021-01-26 |
上架時間 | 2021-01-26 |
評分 | 3.00/5 共 4 次評分 |
開發者 | usama8800 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |