projectFLY METAR Viewer
This extension allows you to quickly view airport METARs easily within your browser.
Apa itu projectFLY METAR Viewer?
projectFLY METAR Viewer adalah ekstensi Chrome yang dikembangkan oleh Luke Gorman, dan fitur utamanya adalah "This extension allows you to quickly view airport METARs easily within your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi projectFLY METAR Viewer
Unduh file ekstensi projectFLY METAR Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The projectFLY METAR Viewer allows you to easily view METARs within your browser by simply clicking the icon and clicking 'Request'. As easy as it gets.
Informasi Dasar Ekstensi
Nama | |
ID | bdiohaegijjlgkglnlokihllefedpgja |
URL Resmi | https://chromewebstore.google.com/detail/projectfly-metar-viewer/bdiohaegijjlgkglnlokihllefedpgja |
Deskripsi | This extension allows you to quickly view airport METARs easily within your browser. |
Ukuran File | 75.24 KB |
Jumlah Instalasi | 125 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-07-04 |
Tanggal Publikasi | 2015-07-04 |
Pengembang | Luke Gorman |
Tipe Pembayaran | free |
Situs Ekstensi | http://projectfly.co.uk/ |
URL Halaman Bantuan | http://support.projectfly.co.uk/ |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "projectFLY METAR Viewer", "version": "1.0", "manifest_version": 2, "description": "This extension allows you to quickly view airport METARs easily within your browser.", "permissions": [ "http:\/\/metar.vatsim.net\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |