Pardus Starbase Commander

A collection of tools to assist a Starbase Commander manage their starbase within Pardus (a MMORPG set in space).

Pardus Starbase Commander란 무엇입니까?

Pardus Starbase Commander은(는) Miche에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A collection of tools to assist a Starbase Commander manage their starbase within Pardus (a MMORPG set in space)."입니다.

확장 프로그램 스크린샷

screenshot

Pardus Starbase Commander 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Pardus Starbase Commander tools do not send any data anywhere - it reads the information on your starbase management screens and uses that data to provide alternative links and understanding of what the information means.

You can control the settings for each universe, including what tools are enabled.                    

확장 프로그램 기본 정보

이름 Pardus Starbase Commander Pardus Starbase Commander
ID ipddggkkdkdbkglpjenmpfieailhchhg
공식 URL https://chromewebstore.google.com/detail/pardus-starbase-commander/ipddggkkdkdbkglpjenmpfieailhchhg
설명 A collection of tools to assist a Starbase Commander manage their starbase within Pardus (a MMORPG set in space).
파일 크기 36.79 KB
설치 횟수 107
현재 버전 1.3.1
최근 업데이트 2019-03-20
출시 날짜 2019-03-20
평점 4.00/5 총 1 개의 평점
개발자 Miche
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pardus Starbase Commander",
    "author": "Miche",
    "version": "1.3.1",
    "description": "A collection of tools to assist a Starbase Commander manage their starbase within Pardus (a MMORPG set in space).",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pardus.at\/starbase_overview.php*",
                "*:\/\/*.pardus.at\/starbase_misc_settings.php",
                "*:\/\/*.pardus.at\/starbase_trade_settings.php*",
                "*:\/\/*.pardus.at\/starbase_ship_prices.php*",
                "*:\/\/*.pardus.at\/starbase_paint_shop_settings.php*",
                "*:\/\/*.pardus.at\/starbase_eq_prices.php*",
                "*:\/\/*.pardus.at\/starbase_drop_res.php*",
                "*:\/\/*.pardus.at\/starbase_message.php*",
                "*:\/\/*.pardus.at\/starbase_ship_construction.php*",
                "*:\/\/*.pardus.at\/starbase_eq_construction.php*",
                "*:\/\/*.pardus.at\/starbase_trade_settings.php*"
            ],
            "js": [
                "starbase.js",
                "equipment_data.js"
            ],
            "css": [
                "starbase.css"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "Pardus Starbase Commander",
        "default_popup": "popup\/popup.html",
        "default_area": "navbar"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}