Skin|Chess.com
Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.
Skin|Chess.comとは何ですか?
Skin|Chess.comはSimone Luciaによって開発されたChromeの拡張機能で、その主な機能は「Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.」です。
拡張機能のスクリーンショット
Skin|Chess.com拡張機能のCRXファイルをダウンロード
Skin|Chess.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Skin|Chess.com provides you with a set of beautiful new graphic styles for personalize chessboards and pieces from the popular web site chess.com New great and challenging styles will gradually added soon, so don't forget to check the list of skin, by simply open the extension.
拡張機能の基本情報
名前 | Skin|Chess.com |
ID | hnlflecfdodohnfammbmompaleleikph |
公式URL | https://chromewebstore.google.com/detail/skinchesscom/hnlflecfdodohnfammbmompaleleikph |
説明 | Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces. |
ファイルサイズ | 509 KB |
インストール数 | 1,529 |
現在のバージョン | 2.2.0 |
最終更新日 | 2023-03-01 |
公開日 | 2021-01-01 |
評価 | 4.50/5 合計 10 レビュー |
開発者 | Simone Lucia |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Skin|Chess.com", "description": "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces.", "version": "2.2.0", "icons": { "16": "res\/icon16.png", "48": "res\/icon48.png", "128": "res\/icon128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "res\/icon.png", "default_popup": "popup.html", "default_title": "Skin|Chess.com" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/softool.altervista.org\/*", "https:\/\/www.chess.com\/*" ], "web_accessible_resources": [ { "resources": [ "js_to_inject\/setDefaultGameAnimationType.js" ], "matches": [ "https:\/\/www.chess.com\/*" ] } ] } |