WUTemp extension

View the active temperature of a Weather Underground Station

O que é WUTemp extension?

WUTemp extension é uma extensão do Chrome desenvolvida por Eryk.io, e sua principal característica é "View the active temperature of a Weather Underground Station".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WUTemp extension

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

                        Chrome Extension to view the active temperature of a Weather Underground Station.

Features:
- Updates every 5 minutes
- Click on icon to view Station page at Weather Underground
- Options page to set Station ID, Celcius/Fahrenheit and refresh interval.

Updated v1.1:
- Change refresh interval on the Options page.                    

Informações Básicas da Extensão

Nome WUTemp extension WUTemp extension
ID baahcllkjamainfhhdimbnipdlaeappd
URL Oficial https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd
Descrição View the active temperature of a Weather Underground Station
Tamanho do Arquivo 40.22 KB
Contagem de Instalações 1,901
Versão Atual 1.1
Última Atualização 2016-03-16
Data de Publicação 2016-03-16
Classificação 3.46/5 Total de 35 Avaliações
Desenvolvedor Eryk.io
Tipo de Pagamento free
Site da Extensão https://eryk.io
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WUTemp extension",
    "version": "1.1",
    "manifest_version": 2,
    "description": "View the active temperature of a Weather Underground Station",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/api.wunderground.com\/",
        "storage"
    ]
}