Hikaru and GothamChess Tell You to MOVE
Hikaru and GothamChess remind you when you have spent too much time thinking on a move!
Hikaru and GothamChess Tell You to MOVE란 무엇입니까?
Hikaru and GothamChess Tell You to MOVE은(는) jackli.gg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!"입니다.
확장 프로그램 스크린샷
Hikaru and GothamChess Tell You to MOVE 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is for chess.com and Lichess! When you have spent too much time thinking on a singular move, Hikaru and GothamChess (or a generic sound effect if you're a boring person) will tell you to MOVE! You can adjust how long it takes before it reminds you to move, either a flat amount of time or a percentage of your remaining time. Update: Hikaru and GothamChess both tried this extension on stream!
확장 프로그램 기본 정보
이름 | Hikaru and GothamChess Tell You to MOVE |
ID | dbooaamklijfogllbgookpiliaphkahb |
공식 URL | https://chromewebstore.google.com/detail/hikaru-and-gothamchess-te/dbooaamklijfogllbgookpiliaphkahb |
설명 | Hikaru and GothamChess remind you when you have spent too much time thinking on a move! |
파일 크기 | 1.21 MB |
설치 횟수 | 3,966 |
현재 버전 | 0.0.0.8 |
최근 업데이트 | 2021-10-08 |
출시 날짜 | 2021-02-11 |
평점 | 4.33/5 총 40 개의 평점 |
개발자 | jackli.gg |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.jackli.gg |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hikaru and GothamChess Tell You to MOVE", "version": "0.0.0.8", "description": "Hikaru and GothamChess remind you when you have spent too much time thinking on a move!", "content_scripts": [ { "matches": [ "*:\/\/*.chess.com\/live*", "*:\/\/*.chess.com\/game\/live*", "*:\/\/*.chess.com\/play\/online*", "*:\/\/*.lichess.org\/*" ], "js": [ "js\/config.js", "js\/chessMoveReminder.js" ] } ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "manifest_version": 2, "permissions": [ "storage" ], "web_accessible_resources": [ "audio\/*" ] } |