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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 projectFLY METAR Viewer projectFLY METAR Viewer
ID bdiohaegijjlgkglnlokihllefedpgja
官方網址 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"
    }
}