Weather forecast

Weather forecast for current city.

Weather forecast क्या है?

Weather forecast nikolinadeveloper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Weather forecast for current city."।

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

screenshot

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

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

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

                        Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations.

Key features:
- multiple location support
- current weather
- 7 days forecast
- global coverage

For any bugs and questions please sand email to [email protected].                    

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

नाम Weather forecast Weather forecast
ID kccbhbehegopfhpmnmlnhkaidfiamepb
आधिकारिक URL https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb
विवरण Weather forecast for current city.
फ़ाइल का आकार 29.06 KB
स्थापना संख्या 981
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2018-02-14
प्रकाशन तिथि 2018-02-14
रेटिंग 3.83/5 कुल 12 रेटिंग्स
डेवलपर nikolinadeveloper
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather forecast",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Weather forecast for current city.",
    "background": {
        "scripts": [
            "src\/vremenska_prognoza\/vremenska_prognoza.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather forecast",
        "default_popup": "src\/prognoza.html"
    },
    "icons": {
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    }
}