NOAA NWS Weather Forecast

Forecast and local weather provided by NOAA.

Co to jest NOAA NWS Weather Forecast?

NOAA NWS Weather Forecast to rozszerzenie Chrome opracowane przez John Hollister, a jego główną funkcją jest „Forecast and local weather provided by NOAA.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia NOAA NWS Weather Forecast

Pobierz pliki rozszerzeń NOAA NWS Weather Forecast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NOAA NWS Weather Forecast NOAA NWS Weather Forecast
ID aoeeadahepglhaccmlflogngkgakfenj
Oficjalny URL https://chromewebstore.google.com/detail/noaa-nws-weather-forecast/aoeeadahepglhaccmlflogngkgakfenj
Opis Forecast and local weather provided by NOAA.
Rozmiar pliku 11.06 KB
Liczba instalacji 13,483
Aktualna Wersja 3.0.1
Ostatnia Aktualizacja 2023-04-20
Data Publikacji 2018-10-29
Ocena 4.22/5 Łącznie 67 Oceny
Deweloper John Hollister
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}