The Weather

Look at THE WEATHER: easy, quick and concise

O que é The Weather?

The Weather é uma extensão do Chrome desenvolvida por http://www.kissappsl.com, e sua principal característica é "Look at THE WEATHER: easy, quick and concise".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão The Weather

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

                        The best extension to know the Weather in Chrome!
Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature.

Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days.

The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information.

What are you waiting for to download this fantastic extension? Download it now!                    

Informações Básicas da Extensão

Nome The Weather The Weather
ID cbkiddbpoaccgodaldbmckkelkhohioa
URL Oficial https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa
Descrição Look at THE WEATHER: easy, quick and concise
Tamanho do Arquivo 162 KB
Contagem de Instalações 42
Versão Atual 1.01
Última Atualização 2021-02-10
Data de Publicação 2020-12-26
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor http://www.kissappsl.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão http://kissappsl.com/app/the-weather-extension/
URL da Página de Ajuda http://kissappsl.com
URL da Página de Política de Privacidade http://kissappsl.com/pages/privacy-policy
Idiomas Suportados en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.01",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/helper.js",
                "js\/myscript.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ]
}