Chess.com Voice Commentary (simplified)

Reading chess moves.

Apa itu Chess.com Voice Commentary (simplified)?

Chess.com Voice Commentary (simplified) adalah ekstensi Chrome yang dikembangkan oleh weizubc, dan fitur utamanya adalah "Reading chess moves.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chess.com Voice Commentary (simplified)

Unduh file ekstensi Chess.com Voice Commentary (simplified) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Previous voice commentary extensions for chess.com have broken for some reason. This is a simplified version that only reads new moves from 'board-layout-sidebar', so it is less likely to break in future, and easier to fix when it does. Source code at https://github.com/renshenw/chesscom-voice-simplified.

"Piece Notation" in board settings must be "Text". Works for both human and computer opponents. 

All copyrights still go to chess.com.                    

Informasi Dasar Ekstensi

Nama Chess.com Voice Commentary (simplified) Chess.com Voice Commentary (simplified)
ID mjmamkihdmfkogidombgdaepnikajemc
URL Resmi https://chromewebstore.google.com/detail/chesscom-voice-commentary/mjmamkihdmfkogidombgdaepnikajemc
Deskripsi Reading chess moves.
Ukuran File 869 KB
Jumlah Instalasi 52
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-02-23
Tanggal Publikasi 2023-02-22
Penilaian 5.00/5 Total 3 Penilaian
Pengembang weizubc
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess.com Voice Commentary (simplified)",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Reading chess moves.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chess.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "mp3\/*"
            ],
            "matches": [
                "https:\/\/www.chess.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}