NOAA NWS Weather Forecast

Forecast and local weather provided by NOAA.

NOAA NWS Weather Forecast क्या है?

NOAA NWS Weather Forecast John Hollister द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forecast and local weather provided by NOAA."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NOAA NWS Weather Forecast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}