Chess.com Voice Commentary (simplified)

Reading chess moves.

Chess.com Voice Commentary (simplified) क्या है?

Chess.com Voice Commentary (simplified) weizubc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reading chess moves."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chess.com Voice Commentary (simplified) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}