Sweater Weather

Checks the weather at your current location and recommends what to wear based on the conditions outside.

O que é Sweater Weather?

Sweater Weather é uma extensão do Chrome desenvolvida por Michelle Chiang & Aaron Shi, e sua principal característica é "Checks the weather at your current location and recommends what to wear based on the conditions outside.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sweater Weather

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

                        Ever have trouble dressing for the weather? Sweater Weather is a popup that displays the weather conditions at your current location and makes clothing recommendations. It's convenient: anytime you want to see how the weather is outside, click on the Sweater Weather icon and weather information, along with what you should wear, will appear in a non-disruptive popup.                    

Informações Básicas da Extensão

Nome Sweater Weather Sweater Weather
ID nblbbjihpoiegibpakhoignokojgoikh
URL Oficial https://chromewebstore.google.com/detail/sweater-weather/nblbbjihpoiegibpakhoignokojgoikh
Descrição Checks the weather at your current location and recommends what to wear based on the conditions outside.
Tamanho do Arquivo 97.36 KB
Contagem de Instalações 206
Versão Atual 1.1
Última Atualização 2017-04-25
Data de Publicação 2017-04-24
Classificação 3.80/5 Total de 10 Avaliações
Desenvolvedor Michelle Chiang & Aaron Shi
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sweater Weather",
    "description": "Checks the weather at your current location and recommends what to wear based on the conditions outside.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "geolocation"
    ],
    "browser_action": {
        "default_title": "Check the weather!",
        "default_popup": "popup.html"
    }
}