Chess_spell_moves
CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.
Τι είναι το Chess_spell_moves;
Το Chess_spell_moves είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AudouxH, και η κύρια λειτουργία του είναι "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chess_spell_moves
Λήψη αρχείων επέκτασης Chess_spell_moves σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Chess_spell_moves |
ID | dgdgnoeeemobjojkopckgghcicaijokd |
Επίσημο URL | https://chromewebstore.google.com/detail/chessspellmoves/dgdgnoeeemobjojkopckgghcicaijokd |
Περιγραφή | CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay. |
Μέγεθος Αρχείου | 77.51 KB |
Αριθμός Εγκαταστάσεων | 23 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-11-11 |
Ημερομηνία Δημοσίευσης | 2023-11-10 |
Προγραμματιστής | AudouxH |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/AudouxH/chess_spell_moves |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/AudouxH/chess_spell_moves/issues |
URL της Σελίδας Πολιτικής Απορρήτου | https://github.com/AudouxH/chess_spell_moves/blob/main/confidentiality_rules.md |
Υποστηριζόμενες Γλώσσες | 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" } } |