World Weather Forecast
Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.
Qu'est-ce que World Weather Forecast ?
World Weather Forecast est une extension Chrome développée par Smart Software, et sa fonction principale est "Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension World Weather Forecast
Téléchargez les fichiers d'extension World Weather Forecast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | World Weather Forecast |
ID | fnfnbeppfinmnjnjhedifcfllpcfgeea |
URL Officiel | https://chromewebstore.google.com/detail/world-weather-forecast/fnfnbeppfinmnjnjhedifcfllpcfgeea |
Description | Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions. |
Taille du Fichier | 34.77 KB |
Nombre d'Installations | 68,657 |
Version Actuelle | 2.0.3.6 |
Dernière Mise à Jour | 2023-12-05 |
Date de Publication | 2020-02-22 |
Évaluation | 4.58/5 Total 4261 Évaluations |
Développeur | Smart Software |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://weather.fullstacks.net/ |
URL de la Page d'Aide | https://weather.fullstacks.net/ |
URL de la Page de Politique de Confidentialité | http://iblogbox.com/chrome/tos.php |
Langues Prises en Charge | 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" } |