Chess Openings

Chess Openings Tutorial Database

Chess Openings란 무엇입니까?

Chess Openings은(는) nerdromere에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chess Openings Tutorial Database"입니다.

확장 프로그램 스크린샷

screenshot

Chess Openings 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}