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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Defter และคุณลักษณะหลักของมันคือ "Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JPEG Explorer: Hangar Importer

ดาวน์โหลดไฟล์ส่วนขยาย 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]"
        }
    }
}