NOAA NWS Weather Forecast

Forecast and local weather provided by NOAA.

ما هو NOAA NWS Weather Forecast؟

NOAA NWS Weather Forecast هو إضافة Chrome تم تطويرها بواسطة John Hollister، والميزة الرئيسية لها هي "Forecast and local weather provided by NOAA.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NOAA NWS Weather Forecast

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

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

                        A week's worth of weather plus current conditions provided by NOAA and the National Weather Service (NWS) public web services for most US cities and localities. Enter your city name or zip code to load a seven day forecast for your area. 

I am not affiliated with NOAA or NWS.                    

معلومات أساسية عن التمديد

الاسم NOAA NWS Weather Forecast NOAA NWS Weather Forecast
ID aoeeadahepglhaccmlflogngkgakfenj
عنوان URL الرسمي https://chromewebstore.google.com/detail/noaa-nws-weather-forecast/aoeeadahepglhaccmlflogngkgakfenj
الوصف Forecast and local weather provided by NOAA.
حجم الملف 11.06 KB
عدد التثبيتات 13,483
النسخة الحالية 3.0.1
آخر تحديث 2023-04-20
تاريخ النشر 2018-10-29
تقييم 4.22/5 مجموع تقييمات 67
المطور John Hollister
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NOAA NWS Weather Forecast",
    "version": "3.0.1",
    "manifest_version": 3,
    "description": "Forecast and local weather provided by NOAA.",
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "88",
    "web_accessible_resources": [
        {
            "resources": [
                "index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}