Weathergirls

Let the Weathergirls show you what the weather is like out there with each new tab!

O que é Weathergirls?

Weathergirls é uma extensão do Chrome desenvolvida por https://fathom.info, e sua principal característica é "Let the Weathergirls show you what the weather is like out there with each new tab!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Weathergirls

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

                        Know what to wear for the weather with the Weathergirls Chrome extension made by Fathom Information Design                    

Informações Básicas da Extensão

Nome Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
URL Oficial https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
Descrição Let the Weathergirls show you what the weather is like out there with each new tab!
Tamanho do Arquivo 833 KB
Contagem de Instalações 23
Versão Atual 1.0
Última Atualização 2017-12-18
Data de Publicação 2017-12-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://fathom.info
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weathergirls",
    "description": "Let the Weathergirls show you what the weather is like out there with each new tab!",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "girls.html"
    },
    "short_name": "Weathergirls",
    "permissions": [
        "geolocation",
        "https:\/\/*.fathom.info\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/use.fontawesome.com https:\/\/api.forecast.io https:\/\/weathergirls.fathom.info; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "38": "icon.png",
        "128": "icon128.png",
        "144": "icon144.png"
    }
}