Chess.com Voice Commentary (improved)
Hear chess moves and annotation spoken as they are played on Chess.com.
Chess.com Voice Commentary (improved) là gì?
Chess.com Voice Commentary (improved) là một tiện ích mở rộng Chrome được phát triển bởi helloray504, và tính năng chính của nó là "Hear chess moves and annotation spoken as they are played on Chess.com.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chess.com Voice Commentary (improved)
Tải xuống các tệp mở rộng Chess.com Voice Commentary (improved) 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chess.com Voice Commentary (improved) |
ID | egkebhhogppokoapdkjmbddeagahoifp |
URL Chính Thức | https://chromewebstore.google.com/detail/chesscom-voice-commentary/egkebhhogppokoapdkjmbddeagahoifp |
Mô tả | Hear chess moves and annotation spoken as they are played on Chess.com. |
Kích Thước Tệp | 16.16 MB |
Số Lần Cài Đặt | 570 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-05-31 |
Ngày Phát Hành | 2021-05-25 |
Đánh Giá | 4.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | helloray504 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rctay/chesscom-voice-deux |
URL Trang Trợ Giúp | https://github.com/rctay/chesscom-voice-deux/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |