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
官方網址 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"
    }
}