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 |
官方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" ] } |