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
公式URL 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
Eメール [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
}