Chess Openings

Chess Openings Tutorial Database

Apa itu Chess Openings?

Chess Openings adalah ekstensi Chrome yang dikembangkan oleh nerdromere, dan fitur utamanya adalah "Chess Openings Tutorial Database".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chess Openings

Unduh file ekstensi Chess Openings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Chess Openings Chess Openings
ID kpgbnbaohhomckijheoipglnckokahph
URL Resmi https://chromewebstore.google.com/detail/chess-openings/kpgbnbaohhomckijheoipglnckokahph
Deskripsi Chess Openings Tutorial Database
Ukuran File 77.11 KB
Jumlah Instalasi 14
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-01-31
Tanggal Publikasi 2023-01-31
Pengembang nerdromere
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}