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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NOAA NWS Weather Forecast
Λήψη αρχείων επέκτασης NOAA NWS Weather Forecast σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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": [ "*:\/\/*\/*" ] } ] } |