Can I Fly There
Utility for checking if you can fly to an FSEconomy airport using your simulator.
Co to jest Can I Fly There?
Can I Fly There to rozszerzenie Chrome opracowane przez layl, a jego główną funkcją jest „Utility for checking if you can fly to an FSEconomy airport using your simulator.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Can I Fly There
Pobierz pliki rozszerzeń Can I Fly There w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Adds icons next to ICAOs.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kdnkcnookmaakjnlggihmijapnjonbng |
Oficjalny URL | https://chromewebstore.google.com/detail/can-i-fly-there/kdnkcnookmaakjnlggihmijapnjonbng |
Opis | Utility for checking if you can fly to an FSEconomy airport using your simulator. |
Rozmiar pliku | 296 KB |
Liczba instalacji | 1,032 |
Aktualna Wersja | 1.2.2 |
Ostatnia Aktualizacja | 2020-09-07 |
Data Publikacji | 2020-08-25 |
Ocena | 4.71/5 Łącznie 17 Oceny |
Deweloper | layl |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://gitlab.com/layl/can-i-fly-there/ |
Obsługiwane Języki | 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" } } } |