Simple Weather Forecast and Radar

Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.

Simple Weather Forecast and Radar क्या है?

Simple Weather Forecast and Radar jburnette द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image."।

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

screenshot

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

crx प्रारूप में Simple Weather Forecast and Radar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        swfr is a quick, simple, lightweight weather extension.  It sits in your toolbar and displays the current temperature.  When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.                    

एक्सटेंशन की मूल जानकारी

नाम Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
आधिकारिक URL https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
विवरण Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
फ़ाइल का आकार 57.62 KB
स्थापना संख्या 487
वर्तमान संस्करण 1.5
अंतिम अपडेट 2018-08-13
प्रकाशन तिथि 2018-08-13
रेटिंग 3.39/5 कुल 23 रेटिंग्स
डेवलपर jburnette
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Weather Forecast and Radar",
    "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.",
    "version": "1.5",
    "icons": {
        "128": "store_logo.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'",
    "permissions": [
        "https:\/\/query.yahooapis.com\/",
        "https:\/\/sirocco.accuweather.com\/"
    ]
}