Chess_spell_moves

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

Was ist Chess_spell_moves?

Chess_spell_moves ist eine Chrome-Erweiterung, die von AudouxH entwickelt wurde, und ihr Hauptmerkmal ist "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.".

Erweiterungsscreenshots

screenshot
screenshot

Chess_spell_moves-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chess_spell_moves-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chess_spell_moves Chess_spell_moves
ID dgdgnoeeemobjojkopckgghcicaijokd
Offizielle URL https://chromewebstore.google.com/detail/chessspellmoves/dgdgnoeeemobjojkopckgghcicaijokd
Beschreibung CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.
Dateigröße 77.51 KB
Installationsanzahl 23
Aktuelle Version 1.0
Letztes Update 2023-11-11
Veröffentlichungsdatum 2023-11-10
Entwickler AudouxH
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/AudouxH/chess_spell_moves
Hilfeseite URL https://github.com/AudouxH/chess_spell_moves/issues
URL der Datenschutzrichtlinien-Seite https://github.com/AudouxH/chess_spell_moves/blob/main/confidentiality_rules.md
Unterstützte Sprachen 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"
    }
}