WUTemp

This extension shows the temperature of a Weather Underground station

O que é WUTemp?

WUTemp é uma extensão do Chrome desenvolvida por Engineered Musings, e sua principal característica é "This extension shows the temperature of a Weather Underground station".

Baixar o arquivo CRX da Extensão WUTemp

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

                        This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar.                    

Informações Básicas da Extensão

Nome WUTemp WUTemp
ID lepomagompeaddljdclflabddeoagdfc
URL Oficial https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc
Descrição This extension shows the temperature of a Weather Underground station
Tamanho do Arquivo 19.71 KB
Contagem de Instalações 48
Versão Atual 1.5
Última Atualização 2016-04-07
Data de Publicação 2016-04-07
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor Engineered Musings
Tipo de Pagamento free
Site da Extensão http://engineeredmusings.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WUTemp",
    "description": "This extension shows the temperature of a Weather Underground station",
    "version": "1.5",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/stationdata.wunderground.com\/",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}