Chess_spell_moves

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

Vad är Chess_spell_moves?

Chess_spell_moves är en Chrome-tillägg utvecklad av AudouxH, och dess huvudfunktion är "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Chess_spell_moves-förlängningens CRX-fil

Ladda ner Chess_spell_moves-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Chess_spell_moves Chess_spell_moves
ID dgdgnoeeemobjojkopckgghcicaijokd
Officiell webbadress https://chromewebstore.google.com/detail/chessspellmoves/dgdgnoeeemobjojkopckgghcicaijokd
Beskrivning CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.
Filstorlek 77.51 KB
Antal Installationer 23
Aktuell Version 1.0
Senast Uppdaterad 2023-11-11
Publiceringsdatum 2023-11-10
Utvecklare AudouxH
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/AudouxH/chess_spell_moves
Hjälpsida URL https://github.com/AudouxH/chess_spell_moves/issues
URL till Sekretesspolicy Sidan https://github.com/AudouxH/chess_spell_moves/blob/main/confidentiality_rules.md
Stödda Språk 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"
    }
}