dmitlichess
Adds top-level grandmaster commentary to lichess.org (audio)
dmitlichess란 무엇입니까?
dmitlichess은(는) Vincent Simard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds top-level grandmaster commentary to lichess.org (audio)"입니다.
확장 프로그램 스크린샷
dmitlichess 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dmitlichess adds audio commentary to lichess.org. Choose between the voices of Grandmasters Dmitri Komarov, Maurice Ashley, Yasser Seirawan and National Master John Chernoff to peruse your moves and throw in some insightful comments at times. Includes over 2000 audio samples per commentator, a soundboard and an options page to control the speech rate. "Strongest GM in the world (Komarov)" -GM Andrew Tang https://clips.twitch.tv/penguingm1/BrightGullBlargNaut
확장 프로그램 기본 정보
이름 | dmitlichess |
ID | haigaafonckooggfpmjplfpbkafelcfe |
공식 URL | https://chromewebstore.google.com/detail/dmitlichess/haigaafonckooggfpmjplfpbkafelcfe |
설명 | Adds top-level grandmaster commentary to lichess.org (audio) |
파일 크기 | 186 MB |
설치 횟수 | 5,799 |
현재 버전 | 0.5.601 |
최근 업데이트 | 2020-11-09 |
출시 날짜 | 2019-05-06 |
평점 | 4.79/5 총 82 개의 평점 |
개발자 | Vincent Simard |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "dmitlichess", "version": "0.5.601", "manifest_version": 2, "description": "Adds top-level grandmaster commentary to lichess.org (audio)", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": "images\/dmitri.png", "default_title": "dmitlichess", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [], "js": [ "vendor\/webextension-polyfill\/dist\/browser-polyfill.min.js", "scripts\/UserPrefs.js", "scripts\/AudioUtils.js", "scripts\/MutationUtils.js", "scripts\/AudioQueue.js", "scripts\/MoveEmitter.js", "scripts\/GameStateEmitter.js", "scripts\/Dmitlichess.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "ogg\/*" ], "options_ui": { "page": "options.html" }, "permissions": [ "storage" ] } |