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によって開発されたChromeの拡張機能で、その主な機能は「Utility for checking if you can fly to an FSEconomy airport using your simulator.」です。
拡張機能のスクリーンショット
Can I Fly There拡張機能のCRXファイルをダウンロード
Can I Fly There拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } } |