Weather App
The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
¿Qué es Weather App?
Weather App es una extensión de Chrome desarrollada por https://arunayyappath.me, y su función principal es "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Weather App
Descarga archivos de extensión Weather App 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
It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates
Información Básica de la Extensión
Nombre | Weather App |
ID | npaebkdojgajejbpgegfgkdgfkokmepi |
URL Oficial | https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi |
Descripción | The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations. |
Tamaño del Archivo | 379 KB |
Cantidad de Instalaciones | 264 |
Versión Actual | 1.0.1 |
Última Actualización | 2019-08-21 |
Fecha de Publicación | 2019-08-21 |
Calificación | 3.80/5 Total de 5 Calificaciones |
Desarrollador | https://arunayyappath.me |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://arunayyappath.me/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Weather", "manifest_version": 2, "name": "Weather App", "version": "1.0.1", "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "geolocation" ] } |