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によって開発されたChromeの拡張機能で、その主な機能は「CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Chess_spell_moves拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
    }
}