Chess Openings

Chess Openings Tutorial Database

What is Chess Openings?

Chess Openings is a Chrome extension developed by nerdromere, and its main feature is "Chess Openings Tutorial Database".

Extension Screenshots

screenshot

Download Chess Openings Extension CRX File

Download Chess Openings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chess Openings Chess Openings
ID kpgbnbaohhomckijheoipglnckokahph
Official URL https://chromewebstore.google.com/detail/chess-openings/kpgbnbaohhomckijheoipglnckokahph
Description Chess Openings Tutorial Database
File Size 77.11 KB
Installation Count 14
Current Version 1.0
Last Updated 2023-01-31
Publish Date 2023-01-31
Developer nerdromere
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}