Weather Alerts
Real time Weather alerts
O que é Weather Alerts?
Weather Alerts é uma extensão do Chrome desenvolvida por yaadsuiss, e sua principal característica é "Real time Weather alerts".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Weather Alerts
Baixe arquivos de extensão Weather Alerts 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
Real time weather alerts Don't miss any life threatening alerts provided by official weather agencies and governments. Descriptive alerts for your location in realtime!!! Alerts of the following types: * Storm Surge Warning * Hurricane Warning * Tropical Storm Warning * Flood Warning * Heavy Freezing Spray Warning * Wind Advisory * Air Quality Alert * Fire Weather Watch * Special Weather Statement And more... Version 1.5.2: -------------- Includes alerts history Ability to get alerts for any location!
Informações Básicas da Extensão
Nome | Weather Alerts |
ID | cemfabppafklflegjeejibjehifhogkl |
URL Oficial | https://chromewebstore.google.com/detail/weather-alerts/cemfabppafklflegjeejibjehifhogkl |
Descrição | Real time Weather alerts |
Tamanho do Arquivo | 70.32 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.5.2 |
Última Atualização | 2020-10-10 |
Data de Publicação | 2020-10-10 |
Desenvolvedor | yaadsuiss |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Alerts", "description": "Real time Weather alerts", "version": "1.5.2", "permissions": [ "geolocation", "storage", "notifications", "alarms" ], "browser_action": { "default_icon": { "16": "images\/icon.png" }, "default_title": "No Alerts", "default_popup": "popup.html" }, "background": { "scripts": [ "lib\/jquery.min.js", "background.js" ] }, "icons": { "16": "images\/icon.png", "128": "images\/icon.png" }, "web_accessible_resources": [ "images\/*" ], "content_security_policy": "script-src 'self' https:\/\/api.openweathermap.org https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |