Can I Fly There
Utility for checking if you can fly to an FSEconomy airport using your simulator.
Wat is Can I Fly There?
Can I Fly There is een Chrome-extensie ontwikkeld door layl, en de belangrijkste functie is "Utility for checking if you can fly to an FSEconomy airport using your simulator.".
Extensie Screenshots
Download het CRX-bestand van de extensie Can I Fly There
Download Can I Fly There-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
Adds icons next to ICAOs.
Basisinformatie over de Extensie
Naam | |
ID | kdnkcnookmaakjnlggihmijapnjonbng |
Officiële URL | https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng |
Beschrijving | Utility for checking if you can fly to an FSEconomy airport using your simulator. |
Bestandsgrootte | 296 KB |
Aantal Installaties | 1,032 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2020-09-07 |
Publicatiedatum | 2020-08-25 |
Beoordeling | 4.71/5 Totaal 17 Beoordelingen |
Ontwikkelaar | layl |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://gitlab.com/layl/can-i-fly-there/ |
Ondersteunde Talen | 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" } } } |