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
电子邮箱 [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"
    }
}