Weather
The best way to see the Weather Forecast right in your browser. Easier than looking outside!
¿Qué es Weather?
Weather es una extensión de Chrome desarrollada por https://weatherextension.com, y su función principal es "The best way to see the Weather Forecast right in your browser. Easier than looking outside!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Weather
Descarga archivos de extensión Weather en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Weather automatically locates and displays your current weather forecast, hourly and 7 day forecast. The app icon will automatically update to your current temperature. Very easy to use with more features coming soon! Features ----------------- * Multiple Weather Data Sources (Visual Crossing Api, PirateWeather Api, and more) * Hourly and 7 day forecasts * Precipitation and Severe Weather alerts * Temperature in your Toolbar * Geolocation * Supports multiple languages * Multiple locations * Animated icons * Set custom location by address or zip code * Choose Fahrenheit or Celsius * Settings sync between devices * 12h/24h time format * Accurate Weather Forecast FAQ: timleland.com/weather-extension-faq
Información Básica de la Extensión
Nombre | Weather |
ID | iolcbmjhmpdheggkocibajddahbeiglb |
URL Oficial | https://chromewebstore.google.com/detail/weather/iolcbmjhmpdheggkocibajddahbeiglb |
Descripción | The best way to see the Weather Forecast right in your browser. Easier than looking outside! |
Tamaño del Archivo | 10.82 MB |
Cantidad de Instalaciones | 153,933 |
Versión Actual | 6.0.14 |
Última Actualización | 2024-01-18 |
Fecha de Publicación | 2020-05-22 |
Calificación | 2.82/5 Total de 6327 Calificaciones |
Desarrollador | https://weatherextension.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://weatherextension.com/ |
URL de la Página de Ayuda | https://timleland.com/weather-extension-faq/ |
URL de la Página de Política de Privacidad | https://t.ly/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather", "short_name": "Weather", "homepage_url": "https:\/\/weatherextension.com\/", "version": "6.0.14", "description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "38": "img\/icon38.png" }, "default_title": "Weather", "default_popup": "popup.html" }, "manifest_version": 3, "permissions": [ "alarms", "storage", "geolocation", "notifications", "idle" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } } } |