Local Weather (Current Conditions)

Presents weather based on your current location, or you can update by entering new location/zip etc.

¿Qué es Local Weather (Current Conditions)?

Local Weather (Current Conditions) es una extensión de Chrome desarrollada por mohiman, y su función principal es "Presents weather based on your current location, or you can update by entering new location/zip etc.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Local Weather (Current Conditions)

Descarga archivos de extensión Local Weather (Current Conditions) 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

                                            

Información Básica de la Extensión

Nombre Local Weather (Current Conditions) Local Weather (Current Conditions)
ID kobanmpgpihdneoociggikppoblinmol
URL Oficial https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol
Descripción Presents weather based on your current location, or you can update by entering new location/zip etc.
Tamaño del Archivo 1.16 MB
Cantidad de Instalaciones 16
Versión Actual 2.25
Última Actualización 2016-07-22
Fecha de Publicación 2016-07-21
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador mohiman
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Local Weather (Current Conditions)",
    "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.",
    "version": "2.25",
    "browser_action": {
        "default_icon": "weather.png",
        "default_title": "Current Weather",
        "default_popup": "Mohit-Extension.html"
    },
    "icons": {
        "16": "weatherMain1.png",
        "48": "weatherMain2.png",
        "128": "weatherMain3.png"
    },
    "permissions": [
        "activeTab",
        "geolocation",
        "http:\/\/api.openweathermap.org\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}