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

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة projectFLY METAR Viewer

قم بتنزيل ملفات الامتداد projectFLY METAR Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان 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/
عنوان صفحة المساعدة 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"
    }
}