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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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]"
}
}
} | |