Star Citizen Bulk XPLORer
This extension adds Bulk funcitonality to the HangarXPLOR extension
Star Citizen Bulk XPLORer क्या है?
Star Citizen Bulk XPLORer Peter Dolkens द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds Bulk funcitonality to the HangarXPLOR extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Star Citizen Bulk XPLORer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |