One-Click Meteo

Quick preview of current weather forecast from Meteo.pl

O que é One-Click Meteo?

One-Click Meteo é uma extensão do Chrome desenvolvida por J-Sek, e sua principal característica é "Quick preview of current weather forecast from Meteo.pl".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão One-Click Meteo

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

                        Features:
 - Display current weather forecast (MODEL UM)
 - Save chosen city after change
 - 18 predefined cities                    

Informações Básicas da Extensão

Nome One-Click Meteo One-Click Meteo
ID fkakahlhimilfhdkjflfbkgikihondng
URL Oficial https://chromewebstore.google.com/detail/one-click-meteo/fkakahlhimilfhdkjflfbkgikihondng
Descrição Quick preview of current weather forecast from Meteo.pl
Tamanho do Arquivo 1.8 MB
Contagem de Instalações 30
Versão Atual 0.0.6
Última Atualização 2023-12-08
Data de Publicação 2016-08-11
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor J-Sek
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.6",
    "manifest_version": 3,
    "name": "One-Click Meteo",
    "description": "Quick preview of current weather forecast from Meteo.pl",
    "action": {
        "default_title": "Preview current weather forecast",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "128": "images\/weather-128.png"
        }
    },
    "icon": {
        "128": "images\/weather-128.png"
    },
    "permissions": [
        "storage"
    ]
}