JPEG Explorer: Hangar Importer
Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application
JPEG Explorer: Hangar Importer là gì?
JPEG Explorer: Hangar Importer là một tiện ích mở rộng Chrome được phát triển bởi Defter, và tính năng chính của nó là "Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JPEG Explorer: Hangar Importer
Tải xuống các tệp mở rộng JPEG Explorer: Hangar Importer 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | JPEG Explorer: Hangar Importer |
ID | ighelcbnfbkfmgfpmiopbhmnkggpakhe |
URL Chính Thức | https://chromewebstore.google.com/detail/jpeg-explorer-hangar-impo/ighelcbnfbkfmgfpmiopbhmnkggpakhe |
Mô tả | Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application |
Kích Thước Tệp | 64.4 KB |
Số Lần Cài Đặt | 107 |
Phiên Bản Hiện Tại | 1.1.7 |
Cập Nhật Lần Cuối | 2019-12-25 |
Ngày Phát Hành | 2019-12-25 |
Nhà Phát Triển | Defter |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://play.google.com/store/apps/details?id=org.defter.jpgexplore |
Ngôn Ngữ Được Hỗ Trợ | 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]" } } } |