Steam Profile Assistant
Does various things to assist with making Steam profile artwork.
什麼是Steam Profile Assistant?
Steam Profile Assistant是由https://steam.design開發的Chrome擴展程式,該擴展的主要功能是“Does various things to assist with making Steam profile artwork.”。
擴展截圖
下載Steam Profile Assistant擴展crx文件
下載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 |
官方網址 | 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" ] } |