projectFLY METAR Viewer
This extension allows you to quickly view airport METARs easily within your browser.
什么是projectFLY METAR Viewer?
projectFLY METAR Viewer是由Luke Gorman开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to quickly view airport METARs easily within your browser.”。
扩展截图
下载projectFLY METAR Viewer扩展crx文件
下载projectFLY METAR Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bdiohaegijjlgkglnlokihllefedpgja |
官方URL | https://chromewebstore.google.com/detail/projectfly-metar-viewer/bdiohaegijjlgkglnlokihllefedpgja |
简介 | This extension allows you to quickly view airport METARs easily within your browser. |
文件大小 | 75.24 KB |
安装次数 | 125 |
当前版本 | 1.0 |
更新时间 | 2015-07-04 |
上架时间 | 2015-07-04 |
开发者 | Luke Gorman |
付费类型 | free |
扩展官网 | http://projectfly.co.uk/ |
帮助页面URL | http://support.projectfly.co.uk/ |
支持的语言 | 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" } } |