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 AudouxH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chess_spell_moves एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}