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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 Opening Chooser
ID jflaiafkhoeaioflgdfflipkbnhmngie
公式URL 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
Eメール [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"
            ]
        }
    ]
}