Weather

Extension shows the temperature and weather conditions for your current location

O que é Weather?

Weather é uma extensão do Chrome desenvolvida por https://skyweather.org, e sua principal característica é "Extension shows the temperature and weather conditions for your current location".

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

                        Features:
- configurable update period 
- configurable units: Fahrenheit/Celsius
- icon shows current temperature, cloudiness                    

Informações Básicas da Extensão

Nome Weather Weather
ID lfoeldoapdhdbhmcdgmnijfgbhlonjea
URL Oficial https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea
Descrição Extension shows the temperature and weather conditions for your current location
Tamanho do Arquivo 41.82 KB
Contagem de Instalações 4,298
Versão Atual 1.0.3.0
Última Atualização 2023-08-10
Data de Publicação 2016-04-19
Classificação 3.50/5 Total de 42 Avaliações
Desenvolvedor https://skyweather.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://skyweather.org/
URL da Página de Ajuda https://skyweather.org/
URL da Página de Política de Privacidade https://stopreclame.com/privacy.html
Idiomas Suportados de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "1.0.3.0",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-48.png",
            "38": "images\/icon-48.png"
        },
        "default_title": "__MSG_popup_description__",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "alarms",
        "geolocation",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.skyweather.org\/*"
    ]
}