Can I Fly There
Utility for checking if you can fly to an FSEconomy airport using your simulator.
Vad är Can I Fly There?
Can I Fly There är en Chrome-tillägg utvecklad av layl, och dess huvudfunktion är "Utility for checking if you can fly to an FSEconomy airport using your simulator.".
Tilläggsskärmbilder
Ladda ner Can I Fly There-förlängningens CRX-fil
Ladda ner Can I Fly There-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Adds icons next to ICAOs.
Grundläggande Information om Tillägg
Namn | |
ID | kdnkcnookmaakjnlggihmijapnjonbng |
Officiell webbadress | https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng |
Beskrivning | Utility for checking if you can fly to an FSEconomy airport using your simulator. |
Filstorlek | 296 KB |
Antal Installationer | 1,032 |
Aktuell Version | 1.2.2 |
Senast Uppdaterad | 2020-09-07 |
Publiceringsdatum | 2020-08-25 |
Betyg | 4.71/5 Totalt 17 Betyg |
Utvecklare | layl |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://gitlab.com/layl/can-i-fly-there/ |
Stödda Språk | 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" } } } |