Can I Fly There
Utility for checking if you can fly to an FSEconomy airport using your simulator.
Can I Fly There क्या है?
Can I Fly There layl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Utility for checking if you can fly to an FSEconomy airport using your simulator."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Can I Fly There एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds icons next to ICAOs.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kdnkcnookmaakjnlggihmijapnjonbng |
आधिकारिक URL | https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng |
विवरण | Utility for checking if you can fly to an FSEconomy airport using your simulator. |
फ़ाइल का आकार | 296 KB |
स्थापना संख्या | 1,032 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2020-09-07 |
प्रकाशन तिथि | 2020-08-25 |
रेटिंग | 4.71/5 कुल 17 रेटिंग्स |
डेवलपर | layl |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://gitlab.com/layl/can-i-fly-there/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Can I Fly There", "version": "1.2.2", "description": "Utility for checking if you can fly to an FSEconomy airport using your simulator.", "icons": { "48": "icons\/icon-48.png" }, "permissions": [ "storage", "downloads" ], "browser_action": { "default_icon": "icons\/icon-32.png", "default_title": "Can I Fly There", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/server.fseconomy.net\/*" ], "js": [ "content-script.js" ] } ], "browser_specific_settings": { "gecko": { "id": "{146595fb-3723-4f5b-9e57-07c307af8128}", "strict_min_version": "48.0" } } } |