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" } } |