Weather (forecast)
Best weather forecast extension for Chrome, simple and beautiful.
Vad är Weather (forecast)?
Weather (forecast) är en Chrome-tillägg utvecklad av weart, och dess huvudfunktion är "Best weather forecast extension for Chrome, simple and beautiful.".
Tilläggsskärmbilder
Ladda ner Weather (forecast)-förlängningens CRX-fil
Ladda ner Weather (forecast)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | nelgjakhbejcbdngpdljiffopgacbank |
Officiell webbadress | https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank |
Beskrivning | Best weather forecast extension for Chrome, simple and beautiful. |
Filstorlek | 377 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2019-06-07 |
Publiceringsdatum | 2019-06-07 |
Betyg | 3.70/5 Totalt 10 Betyg |
Utvecklare | weart |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |