Weather forecast

Weather forecast for current city.

Wat is Weather forecast?

Weather forecast is een Chrome-extensie ontwikkeld door nikolinadeveloper, en de belangrijkste functie is "Weather forecast for current city.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Weather forecast

Download Weather forecast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Weather forecast Weather forecast
ID kccbhbehegopfhpmnmlnhkaidfiamepb
Officiële URL https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb
Beschrijving Weather forecast for current city.
Bestandsgrootte 29.06 KB
Aantal Installaties 981
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2018-02-14
Publicatiedatum 2018-02-14
Beoordeling 3.83/5 Totaal 12 Beoordelingen
Ontwikkelaar nikolinadeveloper
Betalingswijze free
Ondersteunde Talen 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"
    }
}