CliMate

This extension allow you to the current weather in any city

¿Qué es CliMate?

CliMate es una extensión de Chrome desarrollada por tbsrextensions, y su función principal es "This extension allow you to the current weather in any city".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CliMate

Descarga archivos de extensión CliMate 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

                        A simple, streamlined weather visualizing extension. Nothing more than what's needed.                    

Información Básica de la Extensión

Nombre CliMate CliMate
ID okobmelmklphllhhhfbndaeeemgphdal
URL Oficial https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal
Descripción This extension allow you to the current weather in any city
Tamaño del Archivo 104 KB
Cantidad de Instalaciones 21
Versión Actual 1.0
Última Actualización 2017-01-22
Fecha de Publicación 2017-01-22
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador tbsrextensions
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CliMate",
    "description": "This extension allow you to the current weather in any city",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click for weather"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ]
}