Star Citizen Bulk XPLORer
This extension adds Bulk funcitonality to the HangarXPLOR extension
Star Citizen Bulk XPLORerとは何ですか?
Star Citizen Bulk XPLORerはPeter Dolkensによって開発されたChromeの拡張機能で、その主な機能は「This extension adds Bulk funcitonality to the HangarXPLOR extension」です。
拡張機能のスクリーンショット
Star Citizen Bulk XPLORer拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } |