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ファイルをダウンロード
Time Odds For Lichess拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |