Weather forecast

Weather forecast for current city.

What is Weather forecast?

Weather forecast is a Chrome extension developed by nikolinadeveloper, and its main feature is "Weather forecast for current city.".

Extension Screenshots

screenshot

Download Weather forecast Extension CRX File

Download Weather forecast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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].                    

Extension Basic Information

Name Weather forecast Weather forecast
ID kccbhbehegopfhpmnmlnhkaidfiamepb
Official URL https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb
Description Weather forecast for current city.
File Size 29.06 KB
Installation Count 981
Current Version 0.0.0.1
Last Updated 2018-02-14
Publish Date 2018-02-14
Rating 3.83/5 Total 12 Ratings
Developer nikolinadeveloper
Payment Type free
Supported Languages 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"
    }
}