Chess.com Voice Commentary (simplified)

Reading chess moves.

Co je Chess.com Voice Commentary (simplified)?

Chess.com Voice Commentary (simplified) je rozšíření Chrome vyvinuté weizubc, a jeho hlavní funkcí je „Reading chess moves.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Chess.com Voice Commentary (simplified)

Stáhněte si soubory rozšíření Chess.com Voice Commentary (simplified) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Chess.com Voice Commentary (simplified) Chess.com Voice Commentary (simplified)
ID mjmamkihdmfkogidombgdaepnikajemc
Oficiální URL https://chromewebstore.google.com/detail/chesscom-voice-commentary/mjmamkihdmfkogidombgdaepnikajemc
Popis Reading chess moves.
Velikost souboru 869 KB
Počet instalací 52
Aktuální Verze 1.0
Poslední Aktualizace 2023-02-23
Datum Vydání 2023-02-22
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář weizubc
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}