NOAA NWS Weather Forecast

Forecast and local weather provided by NOAA.

Qu'est-ce que NOAA NWS Weather Forecast ?

NOAA NWS Weather Forecast est une extension Chrome développée par John Hollister, et sa fonction principale est "Forecast and local weather provided by NOAA.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NOAA NWS Weather Forecast

Téléchargez les fichiers d'extension NOAA NWS Weather Forecast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NOAA NWS Weather Forecast NOAA NWS Weather Forecast
ID aoeeadahepglhaccmlflogngkgakfenj
URL Officiel https://chromewebstore.google.com/detail/noaa-nws-weather-forecast/aoeeadahepglhaccmlflogngkgakfenj
Description Forecast and local weather provided by NOAA.
Taille du Fichier 11.06 KB
Nombre d'Installations 13,483
Version Actuelle 3.0.1
Dernière Mise à Jour 2023-04-20
Date de Publication 2018-10-29
Évaluation 4.22/5 Total 67 Évaluations
Développeur John Hollister
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}