Chess.com Voice Commentary (simplified)
Reading chess moves.
Chess.com Voice Commentary (simplified)とは何ですか?
Chess.com Voice Commentary (simplified)はweizubcによって開発されたChromeの拡張機能で、その主な機能は「Reading chess moves.」です。
拡張機能のスクリーンショット
Chess.com Voice Commentary (simplified)拡張機能のCRXファイルをダウンロード
Chess.com Voice Commentary (simplified)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Chess.com Voice Commentary (simplified) |
ID | mjmamkihdmfkogidombgdaepnikajemc |
公式URL | https://chromewebstore.google.com/detail/chesscom-voice-commentary/mjmamkihdmfkogidombgdaepnikajemc |
説明 | Reading chess moves. |
ファイルサイズ | 869 KB |
インストール数 | 52 |
現在のバージョン | 1.0 |
最終更新日 | 2023-02-23 |
公開日 | 2023-02-22 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | weizubc |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |