Quick Weather
Quick weather report based on your location
¿Qué es Quick Weather?
Quick Weather es una extensión de Chrome desarrollada por Vlad Nicoara, y su función principal es "Quick weather report based on your location".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Quick Weather
Descarga archivos de extensión Quick 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
It gives you a quick weather report based on your browser location. Current temperature and conditions, the 'real feel' index, high and low temperature of the day, a sum up of the next few days plus other astronomic info are all available at the touch of a button. You can quickly switch between the metric and imperial system by clicking on the main temperature display. Even more, the choice made will be saved and synced to all Chrome browsers the user is logged into.
Información Básica de la Extensión
Nombre | |
ID | bpgapaikjgcbjahoghdbnecndpllfchk |
URL Oficial | https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk |
Descripción | Quick weather report based on your location |
Tamaño del Archivo | 91.42 KB |
Cantidad de Instalaciones | 205 |
Versión Actual | 0.1.2 |
Última Actualización | 2015-02-25 |
Fecha de Publicación | 2015-02-25 |
Calificación | 2.50/5 Total de 2 Calificaciones |
Desarrollador | Vlad Nicoara |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Weather", "manifest_version": 2, "description": "Quick weather report based on your location", "version": "0.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/api.openweathermap.org\/", "storage", "geolocation" ] } |