Chess.com Voice Commentary (simplified)

Reading chess moves.

Chess.com Voice Commentary (simplified)คืออะไร?

Chess.com Voice Commentary (simplified) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย weizubc และคุณลักษณะหลักของมันคือ "Reading chess moves."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chess.com Voice Commentary (simplified)

ดาวน์โหลดไฟล์ส่วนขยาย Chess.com Voice Commentary (simplified) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Previous voice commentary extensions for chess.com have broken for some reason. This is a simplified version that only reads new moves from 'board-layout-sidebar', so it is less likely to break in future, and easier to fix when it does. Source code at https://github.com/renshenw/chesscom-voice-simplified.

"Piece Notation" in board settings must be "Text". Works for both human and computer opponents. 

All copyrights still go to chess.com.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chess.com Voice Commentary (simplified) Chess.com Voice Commentary (simplified)
ID mjmamkihdmfkogidombgdaepnikajemc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chesscom-voice-commentary/mjmamkihdmfkogidombgdaepnikajemc
คำอธิบาย Reading chess moves.
ขนาดไฟล์ 869 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-02-23
วันที่เผยแพร่ 2023-02-22
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา weizubc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess.com Voice Commentary (simplified)",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Reading chess moves.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chess.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "mp3\/*"
            ],
            "matches": [
                "https:\/\/www.chess.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}