Weather

Simply stunning weather app for your blank tabs. Watch the weather !

O que é Weather?

Weather é uma extensão do Chrome desenvolvida por jkrivda, e sua principal característica é "Simply stunning weather app for your blank tabs. Watch the weather !".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Weather

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

                        BETA version of weather - more features coming soon - change location (currently by IP adress) , swich to measure units *C / *F, background picture change.                    

Informações Básicas da Extensão

Nome Weather Weather
ID ldaehkabacdcppmcdlebjjhbibhobmdn
URL Oficial https://chrome.google.com/webstore/detail/weather/ldaehkabacdcppmcdlebjjhbibhobmdn
Descrição Simply stunning weather app for your blank tabs. Watch the weather !
Tamanho do Arquivo 1.16 MB
Contagem de Instalações 472
Versão Atual 0.2
Última Atualização 2015-09-22
Data de Publicação 2015-09-22
Classificação 2.50/5 Total de 2 Avaliações
Desenvolvedor jkrivda
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather",
    "short_name": "Weather for your blank tab",
    "description": "Simply stunning weather app for your blank tabs. Watch the weather !",
    "version": "0.2",
    "permissions": [
        "history",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/fonts.googleapis.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.min.js",
            "js\/index.js",
            "js\/modernizr.js",
            "js\/prefixfree.min.js"
        ]
    },
    "content_security_policy": "style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery.simpleWeather\/3.0.2\/ https:\/\/codepen.io\/assets\/libs\/fullpage\/ https:\/\/query.yahooapis.com\/v1\/public\/;  default-src 'self';font-src http:\/\/fonts.gstatic.com\/s\/opensans\/v13\/ https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/93\/   object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}