Star Citizen Bulk XPLORer
This extension adds Bulk funcitonality to the HangarXPLOR extension
Cos'è Star Citizen Bulk XPLORer?
Star Citizen Bulk XPLORer è un'estensione di Chrome sviluppata da Peter Dolkens, e la sua funzione principale è "This extension adds Bulk funcitonality to the HangarXPLOR extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Star Citizen Bulk XPLORer
Scarica i file di estensione Star Citizen Bulk XPLORer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Star Citizen Bulk XPLORer |
ID | hhmhabdjafcnejipbcpfdkdhfolfpheo |
URL Ufficiale | https://chromewebstore.google.com/detail/star-citizen-bulk-xplorer/hhmhabdjafcnejipbcpfdkdhfolfpheo |
Descrizione | This extension adds Bulk funcitonality to the HangarXPLOR extension |
Dimensione del File | 30.91 KB |
Conteggio Installazioni | 592 |
Versione Corrente | 2.50 |
Ultimo Aggiornamento | 2017-12-10 |
Data di Pubblicazione | 2017-12-09 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | Peter Dolkens |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dolkensp/BulkXPLOR |
URL della Pagina di Aiuto | https://github.com/dolkensp/BulkXPLOR/issues |
Lingue Supportate | 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" ] } |