What's The Weather

This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.

O que é What's The Weather?

What's The Weather é uma extensão do Chrome desenvolvida por http://what-is-the-weather.com, e sua principal característica é "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão What's The Weather

Baixe arquivos de extensão What's The 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

                        For more details: 
https://what-is-the-weather.com/pages/terms-of-use.html
https://what-is-the-weather.com/pages/privacy-policy.html

Get the best weather updates around you by using
our weather extension!

By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.                    

Informações Básicas da Extensão

Nome What's The Weather What's The Weather
ID afpmlonliogogjikgipmocefhgjjojdc
URL Oficial https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc
Descrição This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
Tamanho do Arquivo 93.3 KB
Contagem de Instalações 65,028
Versão Atual 1.2
Última Atualização 2022-06-10
Data de Publicação 2022-05-05
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor http://what-is-the-weather.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://what-is-the-weather.com/
URL da Página de Ajuda https://what-is-the-weather.com/pages/contact.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "What's The Weather"
    },
    "description": "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "What's The Weather",
    "version": "1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.what-is-the-weather.com\/*"
    ]
}