Weather Tab

A beautifully simple 5 day forecast, every time you open a new tab.

O que é Weather Tab?

Weather Tab é uma extensão do Chrome desenvolvida por Brett Marshall, e sua principal característica é "A beautifully simple 5 day forecast, every time you open a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Weather Tab

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

                        The weather is based off your IP address. This is currently only available in the USA and Canada.

-------------------------
Future plans include:
-------------------------

Having a location picker, in case the IP address location is not correct.
More descriptive icons
More descriptive backgrounds.                    

Informações Básicas da Extensão

Nome Weather Tab Weather Tab
ID jkodnifelbhifjfgpkgdacnpibholcna
URL Oficial https://chromewebstore.google.com/detail/weather-tab/jkodnifelbhifjfgpkgdacnpibholcna
Descrição A beautifully simple 5 day forecast, every time you open a new tab.
Tamanho do Arquivo 42.68 KB
Contagem de Instalações 25
Versão Atual 1.0.3
Última Atualização 2017-01-03
Data de Publicação 2017-01-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Brett Marshall
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "description": "A beautifully simple 5 day forecast, every time you open a new tab.",
    "version": "1.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "extension-logo-32.png",
        "32": "extension-logo-64.png",
        "48": "extension-logo-96.png",
        "128": "extension-logo-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}