CliMate

This extension allow you to the current weather in any city

O que é CliMate?

CliMate é uma extensão do Chrome desenvolvida por tbsrextensions, e sua principal característica é "This extension allow you to the current weather in any city".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CliMate

Baixe arquivos de extensão CliMate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome CliMate CliMate
ID okobmelmklphllhhhfbndaeeemgphdal
URL Oficial https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal
Descrição This extension allow you to the current weather in any city
Tamanho do Arquivo 104 KB
Contagem de Instalações 21
Versão Atual 1.0
Última Atualização 2017-01-22
Data de Publicação 2017-01-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor tbsrextensions
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}