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 là gì?

Pardus Starbase Commander là một tiện ích mở rộng Chrome được phát triển bởi Miche, và tính năng chính của nó là "A collection of tools to assist a Starbase Commander manage their starbase within Pardus (a MMORPG set in space).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pardus Starbase Commander

Tải xuống các tệp mở rộng Pardus Starbase Commander dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pardus Starbase Commander Pardus Starbase Commander
ID ipddggkkdkdbkglpjenmpfieailhchhg
URL Chính Thức https://chromewebstore.google.com/detail/pardus-starbase-commander/ipddggkkdkdbkglpjenmpfieailhchhg
Mô tả A collection of tools to assist a Starbase Commander manage their starbase within Pardus (a MMORPG set in space).
Kích Thước Tệp 36.79 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2019-03-20
Ngày Phát Hành 2019-03-20
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Miche
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}