Chess Openings

Chess Openings Tutorial Database

Co to jest Chess Openings?

Chess Openings to rozszerzenie Chrome opracowane przez nerdromere, a jego główną funkcją jest „Chess Openings Tutorial Database”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chess Openings

Pobierz pliki rozszerzeń Chess Openings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chess Openings Chess Openings
ID kpgbnbaohhomckijheoipglnckokahph
Oficjalny URL https://chromewebstore.google.com/detail/chess-openings/kpgbnbaohhomckijheoipglnckokahph
Opis Chess Openings Tutorial Database
Rozmiar pliku 77.11 KB
Liczba instalacji 14
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-01-31
Data Publikacji 2023-01-31
Deweloper nerdromere
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}