Weather Alerts

Real time Weather alerts

什麼是Weather Alerts?

Weather Alerts是由yaadsuiss開發的Chrome擴展程式,該擴展的主要功能是“Real time Weather alerts”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Weather Alerts擴展crx文件

下載Weather Alerts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Weather Alerts Weather Alerts
ID cemfabppafklflegjeejibjehifhogkl
官方網址 https://chromewebstore.google.com/detail/weather-alerts/cemfabppafklflegjeejibjehifhogkl
簡介 Real time Weather alerts
檔案大小 70.32 KB
安裝次數 78
目前版本 1.5.2
更新時間 2020-10-10
上架時間 2020-10-10
開發者 yaadsuiss
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}