Hangar Link Connect
Hangar Link Connect
Hangar Link Connect क्या है?
Hangar Link Connect https://hangar.link द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hangar Link Connect"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hangar Link Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hangar Link Connect is a companion extension for the Web Application https://hangar.link This is an extension that helps you get your data from your Star Citizen Hangar on https://robertsspaceindustries.com and view your data on https://hangar.link. Previously the only way to access your data was to use the Hangar Export extension to retrieve your data from your hangar on https://robertsspaceindustries.com, save your data to JSON format and then manually import it into https://hangar.link. This extension allows https://hangar.link to query your ship data without the inconvenience of exporting and importing files. It allows https://hangar.link to query your Star Citizen pledge data including Price Data, Pledge Data and Buyback data allowing it to present the data within the https://hangar.link app where you can search, filter, and display your data. This is a 'quality of life' alternative to the manual file export/import mechanism of the existing extension Hangar Export.
एक्सटेंशन की मूल जानकारी
नाम | Hangar Link Connect |
ID | faogejfedelmehbgclhooomkocdbdoig |
आधिकारिक URL | https://chromewebstore.google.com/detail/hangar-link-connect/faogejfedelmehbgclhooomkocdbdoig |
विवरण | Hangar Link Connect |
फ़ाइल का आकार | 59.77 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2022-07-10 |
प्रकाशन तिथि | 2021-10-11 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://hangar.link |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://hangar.link |
सहायता पृष्ठ URL | https://discord.gg/MWhvRHSNVU |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hangar Link Connect", "version": "1.5", "short_name": "Hangar Link Connect", "description": "Hangar Link Connect", "homepage_url": "https:\/\/hangar.link", "permissions": [ "https:\/\/robertsspaceindustries.com\/*", "cookies" ], "web_accessible_resources": [], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/hangar.link\/*" ], "js": [ "scripts\/content.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/hangar.link\/*" ] }, "browser_action": { "default_title": "Hangar Link", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_security_policy": "script-src 'self'; object-src 'self'" } |