Chess.com Voice Commentary (improved)
Hear chess moves and annotation spoken as they are played on Chess.com.
什麼是Chess.com Voice Commentary (improved)?
Chess.com Voice Commentary (improved)是由helloray504開發的Chrome擴展程式,該擴展的主要功能是“Hear chess moves and annotation spoken as they are played on Chess.com.”。
擴展截圖
下載Chess.com Voice Commentary (improved)擴展crx文件
下載Chess.com Voice Commentary (improved)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Note from the publisher: Hi everyone, as you might have found, the Chess.com Voice Commentary extension doesn't work and hasn't been updated for some time. I made some fixes to get it working, sharing it here so more people can benefit. Have a suggestion? Send a pull request along! Source code available here: https://github.com/rctay/chesscom-voice-deux Have an issue? https://github.com/rctay/chesscom-voice-deux/issues I do not claim any copyright, all copyright (eg. code, sounds) belong to Chess.com. Release history: 1.0.0: initial release 1.0.1: use store icon in extension as well
擴展基本資訊
名稱 | Chess.com Voice Commentary (improved) |
ID | egkebhhogppokoapdkjmbddeagahoifp |
官方網址 | https://chromewebstore.google.com/detail/chesscom-voice-commentary/egkebhhogppokoapdkjmbddeagahoifp |
簡介 | Hear chess moves and annotation spoken as they are played on Chess.com. |
檔案大小 | 16.16 MB |
安裝次數 | 570 |
目前版本 | 1.0.1 |
更新時間 | 2021-05-31 |
上架時間 | 2021-05-25 |
評分 | 4.00/5 共 5 次評分 |
開發者 | helloray504 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/rctay/chesscom-voice-deux |
說明頁面URL | https://github.com/rctay/chesscom-voice-deux/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "contentScript.bundle.js" ], "matches": [ "https:\/\/www.chess.com\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Hear chess moves and annotation spoken as they are played on Chess.com.", "icons": { "128": "icon-128.png" }, "manifest_version": 2, "name": "Chess.com Voice Commentary (improved)", "options_page": "options.html", "permissions": [ "storage" ], "version": "1.0.1", "web_accessible_resources": [ "sounds\/*" ] } |