Chess.com Voice Commentary (simplified)

Reading chess moves.

Qu'est-ce que Chess.com Voice Commentary (simplified) ?

Chess.com Voice Commentary (simplified) est une extension Chrome développée par weizubc, et sa fonction principale est "Reading chess moves.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chess.com Voice Commentary (simplified)

Téléchargez les fichiers d'extension Chess.com Voice Commentary (simplified) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chess.com Voice Commentary (simplified) Chess.com Voice Commentary (simplified)
ID mjmamkihdmfkogidombgdaepnikajemc
URL Officiel https://chromewebstore.google.com/detail/chesscom-voice-commentary/mjmamkihdmfkogidombgdaepnikajemc
Description Reading chess moves.
Taille du Fichier 869 KB
Nombre d'Installations 52
Version Actuelle 1.0
Dernière Mise à Jour 2023-02-23
Date de Publication 2023-02-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur weizubc
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}