Weather Data

This extension alerts in case of storm or any other weather anomaly

O que é Weather Data?

Weather Data é uma extensão do Chrome desenvolvida por Albe Rosado, e sua principal característica é "This extension alerts in case of storm or any other weather anomaly".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Weather Data

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

                        Simple and straightforward updates on weather change. People get busy on Reddit, playing games, coding, etc. So if you wanna get a simple alert when a storm or a tornado or on any dangerous weather change, right away, well, this extension is for you.                    

Informações Básicas da Extensão

Nome Weather Data Weather Data
ID pjfcgapkmfboidpbffmdjnfodcbpnbmo
URL Oficial https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo
Descrição This extension alerts in case of storm or any other weather anomaly
Tamanho do Arquivo 26.79 KB
Contagem de Instalações 84
Versão Atual 1.1.1
Última Atualização 2018-11-13
Data de Publicação 2018-11-13
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Albe Rosado
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Data",
    "description": "This extension alerts in case of storm or any other weather anomaly",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/api.openweathermap.org\/",
        "geolocation",
        "notifications",
        "background",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}