Star Citizen Bulk XPLORer
This extension adds Bulk funcitonality to the HangarXPLOR extension
Star Citizen Bulk XPLORerคืออะไร?
Star Citizen Bulk XPLORer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Dolkens และคุณลักษณะหลักของมันคือ "This extension adds Bulk funcitonality to the HangarXPLOR extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Star Citizen Bulk XPLORer
ดาวน์โหลดไฟล์ส่วนขยาย Star Citizen Bulk XPLORer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin adds Bulk Melt functionality to HangarXPLOR plugin for use on the Roberts Space Industries Hangar page. Icons by www.twitch.tv/mzhartz - thanks so much! When selecting ships, beneath the "Selected Value" counter, you will find a "Melt" and "Gift" button, which will allow you to melt multiple ships at once. Source Code is available here: https://github.com/dolkensp/BulkXPLOR The plugin runs automatically upon loading the page, but may take a few seconds to kick in, as it pre-loads ALL pages from your hangar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Star Citizen Bulk XPLORer |
ID | hhmhabdjafcnejipbcpfdkdhfolfpheo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/star-citizen-bulk-xplorer/hhmhabdjafcnejipbcpfdkdhfolfpheo |
คำอธิบาย | This extension adds Bulk funcitonality to the HangarXPLOR extension |
ขนาดไฟล์ | 30.91 KB |
จำนวนการติดตั้ง | 592 |
เวอร์ชันปัจจุบัน | 2.50 |
อัปเดตครั้งล่าสุด | 2017-12-10 |
วันที่เผยแพร่ | 2017-12-09 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Peter Dolkens |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/dolkensp/BulkXPLOR |
URL หน้าช่วยเหลือ | https://github.com/dolkensp/BulkXPLOR/issues |
ภาษาที่รองรับ | fil |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension adds Bulk funcitonality to the HangarXPLOR extension", "manifest_version": 2, "name": "Star Citizen Bulk XPLORer", "short_name": "BulkXPLOR", "version": "2.50", "author": "\/u\/alluran (Peter Dolkens)", "permissions": [ "https:\/\/robertsspaceindustries.com\/*" ], "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/robertsspaceindustries.com\/account\/pledges*" ], "js": [ "content_scripts\/loader.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "web_resources\/HangarXPLOR.BulkUI.js", "web_resources\/HangarXPLOR.ReclaimBulk.html" ] } |