World Weather Forecast
Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.
Was ist World Weather Forecast?
World Weather Forecast ist eine Chrome-Erweiterung, die von Smart Software entwickelt wurde, und ihr Hauptmerkmal ist "Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.".
Erweiterungsscreenshots
World Weather Forecast-Erweiterungs-CRX-Datei herunterladen
Laden Sie World 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 & current weather worldwide in Fahrenheit or Celsius. Explore world weather maps to view meteorological conditions all across the world. Automatically displays the weather forecast for your current location, or Enter city name to get forecasts for cities around the world.
Grundlegende Informationen zur Erweiterung
Name | World Weather Forecast |
ID | fnfnbeppfinmnjnjhedifcfllpcfgeea |
Offizielle URL | https://chromewebstore.google.com/detail/world-weather-forecast/fnfnbeppfinmnjnjhedifcfllpcfgeea |
Beschreibung | Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions. |
Dateigröße | 34.77 KB |
Installationsanzahl | 68,657 |
Aktuelle Version | 2.0.3.6 |
Letztes Update | 2023-12-05 |
Veröffentlichungsdatum | 2020-02-22 |
Bewertung | 4.58/5 Insgesamt 4261 Bewertungen |
Entwickler | Smart Software |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://weather.fullstacks.net/ |
Hilfeseite URL | https://weather.fullstacks.net/ |
URL der Datenschutzrichtlinien-Seite | http://iblogbox.com/chrome/tos.php |
Unterstützte Sprachen | en |
manifest.json | |
{ "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "permissions": [ "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "2.0.3.6" } |