Weather forecast
Weather forecast for current city.
Qu'est-ce que Weather forecast ?
Weather forecast est une extension Chrome développée par nikolinadeveloper, et sa fonction principale est "Weather forecast for current city.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Weather forecast
Téléchargez les fichiers d'extension 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 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].
Informations de Base sur l'Extension
Nom | |
ID | kccbhbehegopfhpmnmlnhkaidfiamepb |
URL Officiel | https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb |
Description | Weather forecast for current city. |
Taille du Fichier | 29.06 KB |
Nombre d'Installations | 981 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2018-02-14 |
Date de Publication | 2018-02-14 |
Évaluation | 3.83/5 Total 12 Évaluations |
Développeur | nikolinadeveloper |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |