JPEG Explorer: Hangar Importer
Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application
Wat is JPEG Explorer: Hangar Importer?
JPEG Explorer: Hangar Importer is een Chrome-extensie ontwikkeld door Defter, en de belangrijkste functie is "Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application".
Extensie Screenshots
Download het CRX-bestand van de extensie JPEG Explorer: Hangar Importer
Download JPEG Explorer: Hangar Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | JPEG Explorer: Hangar Importer |
ID | ighelcbnfbkfmgfpmiopbhmnkggpakhe |
Officiële URL | https://chromewebstore.google.com/detail/jpeg-explorer-hangar-impo/ighelcbnfbkfmgfpmiopbhmnkggpakhe |
Beschrijving | Plugin to import Star Citizen hangar & buy back upgrades into JPEG Explorer application |
Bestandsgrootte | 64.4 KB |
Aantal Installaties | 107 |
Huidige Versie | 1.1.7 |
Laatst Bijgewerkt | 2019-12-25 |
Publicatiedatum | 2019-12-25 |
Ontwikkelaar | Defter |
Betalingswijze | free |
Extensiewebsite | https://play.google.com/store/apps/details?id=org.defter.jpgexplore |
Ondersteunde Talen | 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]" } } } |