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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}