projectFLY METAR Viewer
This extension allows you to quickly view airport METARs easily within your browser.
What is projectFLY METAR Viewer?
projectFLY METAR Viewer is a Chrome extension developed by Luke Gorman, and its main feature is "This extension allows you to quickly view airport METARs easily within your browser.".
Extension Screenshots
Download projectFLY METAR Viewer Extension CRX File
Download projectFLY METAR Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bdiohaegijjlgkglnlokihllefedpgja |
Official URL | https://chromewebstore.google.com/detail/projectfly-metar-viewer/bdiohaegijjlgkglnlokihllefedpgja |
Description | This extension allows you to quickly view airport METARs easily within your browser. |
File Size | 75.24 KB |
Installation Count | 125 |
Current Version | 1.0 |
Last Updated | 2015-07-04 |
Publish Date | 2015-07-04 |
Developer | Luke Gorman |
Payment Type | free |
Extension Website | http://projectfly.co.uk/ |
Help Page URL | http://support.projectfly.co.uk/ |
Supported Languages | 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" } } |