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”。

擴展截圖

screenshot

下載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 Star Citizen Bulk XPLORer
ID hhmhabdjafcnejipbcpfdkdhfolfpheo
官方網址 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"
    ]
}