Steam Profile Assistant
Does various things to assist with making Steam profile artwork.
Steam Profile Assistantคืออะไร?
Steam Profile Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://steam.design และคุณลักษณะหลักของมันคือ "Does various things to assist with making Steam profile artwork."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Profile Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Steam Profile Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Creates Steam.Design buttons on steam pages. The buttons open up a related background (one you've selected in your inventory, one on a market page, and the one you have selected in your profile settings). In addition, it adds a "Upload Long Images" button to the Artwork uploading page, which makes whatever image you upload be in long format.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Steam Profile Assistant |
ID | mjmabgdoainclinjecbkdancpamdiaih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih |
คำอธิบาย | Does various things to assist with making Steam profile artwork. |
ขนาดไฟล์ | 40.87 KB |
จำนวนการติดตั้ง | 76,266 |
เวอร์ชันปัจจุบัน | 0.3.12 |
อัปเดตครั้งล่าสุด | 2022-08-09 |
วันที่เผยแพร่ | 2020-07-03 |
คะแนน | 3.60/5 รวมทั้งหมด 129 คะแนน |
ผู้พัฒนา | https://steam.design |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://steam.design/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Profile Assistant", "version": "0.3.12", "description": "Does various things to assist with making Steam profile artwork.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/*", "http:\/\/steamcommunity.com\/*", "https:\/\/store.steampowered.com\/points\/shop\/*" ], "js": [ "bundle.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/*.githubusercontent.com\/*", "http:\/\/*.githubusercontent.com\/*", "storage" ], "web_accessible_resources": [ "images\/*.png", "massUpload.js", "massUpload.css" ] } |