projectFLY METAR Viewer
This extension allows you to quickly view airport METARs easily within your browser.
projectFLY METAR Viewerคืออะไร?
projectFLY METAR Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luke Gorman และคุณลักษณะหลักของมันคือ "This extension allows you to quickly view airport METARs easily within your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย projectFLY METAR Viewer
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |