Steam Workshop Tools (Beta)
Automatically add items to a selected collection (more coming soon!) - Currently in beta
Steam Workshop Tools (Beta)คืออะไร?
Steam Workshop Tools (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://steamworkshoptools.co.uk และคุณลักษณะหลักของมันคือ "Automatically add items to a selected collection (more coming soon!) - Currently in beta"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Workshop Tools (Beta)
ดาวน์โหลดไฟล์ส่วนขยาย Steam Workshop Tools (Beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A set of tools for the steam workshop. Allows items to automatically be added to a collections, as well as automatically subscribe to the requirements of the item (and add them to the same collection). Also adds subscribe + add to collection in the "grid view" of the workshop. As far as I know it works
Usage:
1. Install the extension from the chrome web store
2. Set your options - Click on the steam icon in the top right - the collection id can be found in the URL when you are on the collection page (after id=)
3. You can also choose if you want to subscribe to the requirements automatically (on by default)
4. Subscribe to any item you want
--- Note ---
This extension is still in beta there WILL BE BUGS, please report them via our website (at the time of writing it links you straight to my steam).
I hope you find this useful comment any feature suggestions or send them to me on steam. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jekojlmhflhofoniakbljfijmhobcgam |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/steam-workshop-tools-beta/jekojlmhflhofoniakbljfijmhobcgam |
| คำอธิบาย | Automatically add items to a selected collection (more coming soon!) - Currently in beta |
| ขนาดไฟล์ | 52.08 KB |
| จำนวนการติดตั้ง | 2,565 |
| เวอร์ชันปัจจุบัน | 1.0.3 |
| อัปเดตครั้งล่าสุด | 2019-07-06 |
| วันที่เผยแพร่ | 2019-07-05 |
| คะแนน | 3.00/5 รวมทั้งหมด 8 คะแนน |
| ผู้พัฒนา | https://steamworkshoptools.co.uk |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Steam Workshop Tools (Beta)",
"description": "Automatically add items to a selected collection (more coming soon!) - Currently in beta",
"version": "1.0.3",
"manifest_version": 2,
"browser_action": {
"default_icon": "icons\/icon16.png",
"default_popup": "options\/options.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/steamcommunity.com\/sharedfiles\/filedetails\/?id=*",
"https:\/\/steamcommunity.com\/workshop\/browse\/*",
"https:\/\/steamcommunity.com\/id\/*\/myworkshopfiles\/*"
],
"js": [
"background.js"
],
"css": [
"css\/main.css"
]
}
],
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
},
"permissions": [
"storage"
],
"web_accessible_resources": [
"functions\/itempage.js",
"functions\/gridview.js",
"functions\/subscribedItems.js",
"functions\/jam_notifications.js",
"functions\/jam_collections.js",
"functions\/jam_subscribe.js",
"functions\/jam_util.js",
"functions\/jam_requirements.js",
"css\/main.css"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |