Weather
Extension shows the temperature and weather conditions for your current location
¿Qué es Weather?
Weather es una extensión de Chrome desarrollada por https://skyweather.org, y su función principal es "Extension shows the temperature and weather conditions for your current location".
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
Features: - configurable update period - configurable units: Fahrenheit/Celsius - icon shows current temperature, cloudiness
Información Básica de la Extensión
Nombre | Weather |
ID | lfoeldoapdhdbhmcdgmnijfgbhlonjea |
URL Oficial | https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea |
Descripción | Extension shows the temperature and weather conditions for your current location |
Tamaño del Archivo | 41.82 KB |
Cantidad de Instalaciones | 4,298 |
Versión Actual | 1.0.3.0 |
Última Actualización | 2023-08-10 |
Fecha de Publicación | 2016-04-19 |
Calificación | 3.50/5 Total de 42 Calificaciones |
Desarrollador | https://skyweather.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://skyweather.org/ |
URL de la Página de Ayuda | https://skyweather.org/ |
URL de la Página de Política de Privacidad | https://stopreclame.com/privacy.html |
Idiomas Soportados | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "1.0.3.0", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "19": "images\/icon-48.png", "38": "images\/icon-48.png" }, "default_title": "__MSG_popup_description__", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "permissions": [ "alarms", "geolocation", "storage" ], "host_permissions": [ "https:\/\/*.skyweather.org\/*" ] } |