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 là gì?

Chess_spell_moves là một tiện ích mở rộng Chrome được phát triển bởi AudouxH, và tính năng chính của nó là "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chess_spell_moves

Tải xuống các tệp mở rộng Chess_spell_moves dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chess_spell_moves Chess_spell_moves
ID dgdgnoeeemobjojkopckgghcicaijokd
URL Chính Thức https://chromewebstore.google.com/detail/chessspellmoves/dgdgnoeeemobjojkopckgghcicaijokd
Mô tả CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.
Kích Thước Tệp 77.51 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-11-11
Ngày Phát Hành 2023-11-10
Nhà Phát Triển AudouxH
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AudouxH/chess_spell_moves
URL Trang Trợ Giúp https://github.com/AudouxH/chess_spell_moves/issues
URL Trang Chính Sách Bảo Mật https://github.com/AudouxH/chess_spell_moves/blob/main/confidentiality_rules.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}