Time Odds For Lichess
Easily give time odds to your opponent.
Time Odds For Lichess란 무엇입니까?
Time Odds For Lichess은(는) Team Doko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily give time odds to your opponent."입니다.
확장 프로그램 스크린샷
Time Odds For Lichess 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds a button to give time odds to your opponent on lichess. That way you don't have to add time to your opponents time in 15 sec increments. After installing this extension look for a new button next to your time. Use this to give your opponent time odds. Click on the gear icon to adjust the odds. (Default is 120s).
확장 프로그램 기본 정보
이름 | Time Odds For Lichess |
ID | fmkpgandankbklomijglcfmnmafjflpj |
공식 URL | https://chromewebstore.google.com/detail/time-odds-for-lichess/fmkpgandankbklomijglcfmnmafjflpj |
설명 | Easily give time odds to your opponent. |
파일 크기 | 20.53 KB |
설치 횟수 | 151 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-09-11 |
출시 날짜 | 2022-01-25 |
개발자 | Team Doko |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://teamdoko.com/products/time-odds-for-lichess/ |
도움말 페이지 URL | https://teamdoko.com/support/ |
개인정보 보호 정책 페이지 URL | https://teamdoko.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Odds For Lichess", "description": "Easily give time odds to your opponent.", "version": "1.0.0", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.lichess.org\/*" ], "icons": { "16": ".\/images\/time_odds_lichess_16.png", "32": ".\/images\/time_odds_lichess_32.png", "48": ".\/images\/time_odds_lichess_48.png", "128": ".\/images\/time_odds_lichess_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/lichess.org\/*" ], "run_at": "document_end", "js": [ "content.js" ] } ] } |