Weather forecast

Weather forecast for current city.

Was ist Weather forecast?

Weather forecast ist eine Chrome-Erweiterung, die von nikolinadeveloper entwickelt wurde, und ihr Hauptmerkmal ist "Weather forecast for current city.".

Erweiterungsscreenshots

screenshot

Weather forecast-Erweiterungs-CRX-Datei herunterladen

Laden Sie Weather forecast-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Weather forecast Weather forecast
ID kccbhbehegopfhpmnmlnhkaidfiamepb
Offizielle URL https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb
Beschreibung Weather forecast for current city.
Dateigröße 29.06 KB
Installationsanzahl 981
Aktuelle Version 0.0.0.1
Letztes Update 2018-02-14
Veröffentlichungsdatum 2018-02-14
Bewertung 3.83/5 Insgesamt 12 Bewertungen
Entwickler nikolinadeveloper
Zahlungsart free
Unterstützte Sprachen 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"
    }
}