Chess.com Voice Commentary (simplified)
Reading chess moves.
Hvad er Chess.com Voice Commentary (simplified)?
Chess.com Voice Commentary (simplified) er en Chrome-udvidelse udviklet af weizubc, og dens hovedfunktion er "Reading chess moves.".
Udvidelsesskærmbilleder
Download Chess.com Voice Commentary (simplified)-udvidelses-CRX-fil
Download Chess.com Voice Commentary (simplified)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Chess.com Voice Commentary (simplified) |
ID | mjmamkihdmfkogidombgdaepnikajemc |
Officiel URL | https://chromewebstore.google.com/detail/chesscom-voice-commentary/mjmamkihdmfkogidombgdaepnikajemc |
Beskrivelse | Reading chess moves. |
Filstørrelse | 869 KB |
Antal Installationer | 52 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-02-23 |
Udgivelsesdato | 2023-02-22 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | weizubc |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |