Chess Openings

Chess Openings Tutorial Database

Chess Openingsとは何ですか?

Chess Openingsはnerdromereによって開発されたChromeの拡張機能で、その主な機能は「Chess Openings Tutorial Database」です。

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

screenshot

Chess Openings拡張機能のCRXファイルをダウンロード

Chess Openings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Provides useful explanations to chess positions. Users should install it because it instantly provides useful explanations based on the position of the chessboard. This is very useful for beginners who want to learn chess and need a quick way to understand the chess position.                    

拡張機能の基本情報

名前 Chess Openings Chess Openings
ID kpgbnbaohhomckijheoipglnckokahph
公式URL https://chromewebstore.google.com/detail/chess-openings/kpgbnbaohhomckijheoipglnckokahph
説明 Chess Openings Tutorial Database
ファイルサイズ 77.11 KB
インストール数 14
現在のバージョン 1.0
最終更新日 2023-01-31
公開日 2023-01-31
開発者 nerdromere
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess Openings",
    "description": "Chess Openings Tutorial Database",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.chess.com\/explorer*"
            ],
            "js": [
                "content-scripts\/ChessComContentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}