Chess_spell_moves
CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.
Cos'è Chess_spell_moves?
Chess_spell_moves è un'estensione di Chrome sviluppata da AudouxH, e la sua funzione principale è "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chess_spell_moves
Scarica i file di estensione Chess_spell_moves in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Chess_spell_moves |
ID | dgdgnoeeemobjojkopckgghcicaijokd |
URL Ufficiale | https://chromewebstore.google.com/detail/chessspellmoves/dgdgnoeeemobjojkopckgghcicaijokd |
Descrizione | CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay. |
Dimensione del File | 77.51 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-11-11 |
Data di Pubblicazione | 2023-11-10 |
Sviluppatore | AudouxH |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/AudouxH/chess_spell_moves |
URL della Pagina di Aiuto | https://github.com/AudouxH/chess_spell_moves/issues |
URL della Pagina della Politica sulla Privacy | https://github.com/AudouxH/chess_spell_moves/blob/main/confidentiality_rules.md |
Lingue Supportate | 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" } } |