Weather (forecast)
Best weather forecast extension for Chrome, simple and beautiful.
Wat is Weather (forecast)?
Weather (forecast) is een Chrome-extensie ontwikkeld door weart, en de belangrijkste functie is "Best weather forecast extension for Chrome, simple and beautiful.".
Extensie Screenshots
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 is simple just like Chrome. This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia... Powerful forecast features: - 5 days forecast with 3 hours updates - So main details (humidity, pressure, min-max temperature) - Clean, Simple, Beautiful Design - No setup needed. - Support Fahrenheit, Celsius too. - Uses the most professional Weather api for forecasts
Basisinformatie over de Extensie
Naam | |
ID | nelgjakhbejcbdngpdljiffopgacbank |
Officiële URL | https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank |
Beschrijving | Best weather forecast extension for Chrome, simple and beautiful. |
Bestandsgrootte | 377 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2019-06-07 |
Publicatiedatum | 2019-06-07 |
Beoordeling | 3.70/5 Totaal 10 Beoordelingen |
Ontwikkelaar | weart |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather (forecast)", "version": "1.1.0", "description": "Best weather forecast extension for Chrome, simple and beautiful.", "manifest_version": 2, "permissions": [ "https:\/\/api.openweathermap.org\/data\/2.5\/", "https:\/\/fonts.googleapis.com\/", "storage", "activeTab", "geolocation" ], "background": [], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } }, "icons": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } } |