Chess_spell_moves

CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.

Qu'est-ce que Chess_spell_moves ?

Chess_spell_moves est une extension Chrome développée par AudouxH, et sa fonction principale est "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Chess_spell_moves

Téléchargez les fichiers d'extension Chess_spell_moves 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

                        The Chess_spell_moves Chrome Extension is a powerful tool designed to enhance the chess-playing experience on Chess.com. This extension aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay. With the Chess spell moves extension, players can hear spoken descriptions of their moves, enabling them to reinforce their understanding of chess strategies and improve their gameplay skills.                    

Informations de Base sur l'Extension

Nom Chess_spell_moves Chess_spell_moves
ID dgdgnoeeemobjojkopckgghcicaijokd
URL Officiel https://chromewebstore.google.com/detail/chessspellmoves/dgdgnoeeemobjojkopckgghcicaijokd
Description CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.
Taille du Fichier 77.51 KB
Nombre d'Installations 23
Version Actuelle 1.0
Dernière Mise à Jour 2023-11-11
Date de Publication 2023-11-10
Développeur AudouxH
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/AudouxH/chess_spell_moves
URL de la Page d'Aide https://github.com/AudouxH/chess_spell_moves/issues
URL de la Page de Politique de Confidentialité https://github.com/AudouxH/chess_spell_moves/blob/main/confidentiality_rules.md
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess_spell_moves",
    "description": "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.chess.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}