Drill Chess
Increase your chess rating, by turning Lichess studies into better challenges Current Lichess studies are limited to numerical…
Drill Chessとは何ですか?
Drill ChessはDrillChess85によって開発されたChromeの拡張機能で、その主な機能は「Increase your chess rating, by turning Lichess studies into better challenges Current Lichess studies are limited to numerical…」です。
拡張機能のスクリーンショット
Drill Chess拡張機能のCRXファイルをダウンロード
Drill Chess拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Increase your chess rating, by turning Lichess studies into better challenges Current Lichess studies are limited to numerical order. So for example: Chapter 1, move 1, move 2, move 3 Chapter 2, move 1, move 2, move 3 Drill chess lets you randomize the chapters and move orders, so for example: Chapter 6, move 7, Chapter 2, move 6, Chapter 6, move 5, Chapter 2, move 3 This gives you benefit of understanding the moves instead of being dependent on sequential learning. So users should install DrillChess to keep your opening repertoire way more challenging than usual
拡張機能の基本情報
名前 | Drill Chess |
ID | ggfielhhicpkogifcjhijclojjlibpmb |
公式URL | https://chromewebstore.google.com/detail/drill-chess/ggfielhhicpkogifcjhijclojjlibpmb |
説明 | Increase your chess rating, by turning Lichess studies into better challenges Current Lichess studies are limited to numerical… |
ファイルサイズ | 109 KB |
インストール数 | 73 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2022-11-21 |
公開日 | 2022-11-20 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | DrillChess85 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drill Chess", "version": "0.0.0.1", "manifest_version": 3, "icons": { "128": "logo.png" }, "host_permissions": [ "*:\/\/lichess.org\/study\/*" ], "content_security_policy": { "script-src": "self unsafe-eval", "unsafe-eval": "object-src self", "unsafe-inline": "self" }, "content_scripts": [ { "matches": [ "*:\/\/lichess.org\/study\/*" ], "js": [ "js\/jquery-3.6.0.min.js", "js\/static.js", "js\/utils.js", "js\/popup.js", "js\/content.js" ], "css": [ "chess.css" ] } ], "web_accessible_resources": [ { "resources": [ "js\/clicker.js", "js\/callClick.js" ], "matches": [ " |