JPEG Explorer: Hangar Importer

Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application

JPEG Explorer: Hangar Importerとは何ですか?

JPEG Explorer: Hangar ImporterはDefterによって開発されたChromeの拡張機能で、その主な機能は「Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application」です。

拡張機能のスクリーンショット

screenshot

JPEG Explorer: Hangar Importer拡張機能のCRXファイルをダウンロード

JPEG Explorer: Hangar Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Plugin to import Star Citizen hangar & buy back upgrades and standalone ships into JPEG Explorer application to be able easy search items from phone or share hangar information with your corporation members and friends                    

拡張機能の基本情報

名前 JPEG Explorer: Hangar Importer JPEG Explorer: Hangar Importer
ID ighelcbnfbkfmgfpmiopbhmnkggpakhe
公式URL https://chromewebstore.google.com/detail/jpeg-explorer-hangar-impo/ighelcbnfbkfmgfpmiopbhmnkggpakhe
説明 Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application
ファイルサイズ 64.4 KB
インストール数 107
現在のバージョン 1.1.7
最終更新日 2019-12-25
公開日 2019-12-25
開発者 Defter
支払い方法 free
拡張機能のウェブサイト https://play.google.com/store/apps/details?id=org.defter.jpgexplore
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JPEG Explorer: Hangar Importer",
    "short_name": "Hangar Importer",
    "author": "Defter",
    "version": "1.1.7",
    "description": "Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application",
    "icons": {
        "48": "icons\/ic_launcher_48.png",
        "96": "icons\/ic_launcher_96.png",
        "192": "icons\/ic_launcher_192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/robertsspaceindustries.com\/account\/pledges*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "options\/options.js",
                "data_sender.js",
                "items_group.js",
                "hangar_parser.js",
                "hangar_importer.js"
            ]
        },
        {
            "matches": [
                "https:\/\/robertsspaceindustries.com\/account\/buy-back-pledges*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "options\/options.js",
                "data_sender.js",
                "items_group.js",
                "buyback_parser.js",
                "buyback_cache.js",
                "buyback_importer.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/main.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/fcm.googleapis.com\/fcm\/send",
        "https:\/\/robertsspaceindustries.com\/pledge\/buyback\/*"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}