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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simone Lucia และคุณลักษณะหลักของมันคือ "Make chess.com style more beautiful with a set of new graphic styles for chessboard and pieces."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skin|Chess.com
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } ] } |