Chess Openings

Chess Openings Tutorial Database

Chess Openingsคืออะไร?

Chess Openings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nerdromere และคุณลักษณะหลักของมันคือ "Chess Openings Tutorial Database"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chess Openings

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}