Custom Chess Pieces
Customize your chess pieces and more on chess.com and lichess.org
Custom Chess Piecesとは何ですか?
Custom Chess PiecesはSoftware By Julesによって開発されたChromeの拡張機能で、その主な機能は「Customize your chess pieces and more on chess.com and lichess.org」です。
拡張機能のスクリーンショット
Custom Chess Pieces拡張機能のCRXファイルをダウンロード
Custom Chess Pieces拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to upload your own images to use instead of the standard pieces and set some colors (like premoves) on lichess.org and chess.com. You can also import and export profiles, this way you can share your setup effortlessly. To use the extension simply click on the icon after downloading it. You can share or get profiles on our discord server: https://discord.gg/DbMUU4y3bA You can check out our other extensions on https://www.softwarebyjules.com/
拡張機能の基本情報
名前 | Custom Chess Pieces |
ID | ojgpnklmeindgkfapeachbhfblejacpb |
公式URL | https://chromewebstore.google.com/detail/custom-chess-pieces/ojgpnklmeindgkfapeachbhfblejacpb |
説明 | Customize your chess pieces and more on chess.com and lichess.org |
ファイルサイズ | 10.36 KB |
インストール数 | 41 |
現在のバージョン | 1.1 |
最終更新日 | 2023-09-22 |
公開日 | 2023-09-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Software By Jules |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://softwarebyjules.com |
プライバシーポリシーページのURL | https://softwarebyjules.com/index.php/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Chess Pieces", "description": "Customize your chess pieces and more on chess.com and lichess.org", "version": "1.1", "icons": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/lichess.org\/*", "https:\/\/www.chess.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*", "https:\/\/www.chess.com\/*" ], "js": [ "rerun.js" ], "run_at": "document_start" } ], "action": { "default_popup": "popup.html", "default_title": "Custom Chess Pieces", "default_icon": { "16": "\/images\/logo_16.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } } } |