Chatty Weather

This extension will chat with you about the weather

O que é Chatty Weather?

Chatty Weather é uma extensão do Chrome desenvolvida por chattyweather, e sua principal característica é "This extension will chat with you about the weather".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chatty Weather

Baixe arquivos de extensão Chatty Weather 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

                        Your friendly weather extension.                    

Informações Básicas da Extensão

Nome Chatty Weather Chatty Weather
ID kmkjddohbekfajbhmggnbpcgppgldnjh
URL Oficial https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh
Descrição This extension will chat with you about the weather
Tamanho do Arquivo 79.46 KB
Contagem de Instalações 93
Versão Atual 0.0.1
Última Atualização 2016-09-06
Data de Publicação 2016-09-06
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor chattyweather
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatty Weather",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension will chat with you about the weather",
    "homepage_url": "https:\/\/chattyweather.herokuapp.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Chatty Weather",
        "default_popup": "popup.html"
    },
    "permissions": [
        "geolocation"
    ]
}