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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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\/*" ] } |