Rain Alarm Extension

This weather extension warns you when rain is currently nearing.

什么是Rain Alarm Extension?

Rain Alarm Extension是由https://www.rain-alarm.com开发的Chrome扩展程序,该扩展的主要功能是“This weather extension warns you when rain is currently nearing.”。

扩展截图

screenshot
screenshot

下载Rain Alarm Extension扩展crx文件

下载Rain Alarm Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This weather extension warns you when rain is currently nearing. Instead of forecasting it warns using almost real-time data, which is more precise than any forecast can be. It is an useful assistant for everything outdoors like cycling, biking, hiking, and more.

The data is collected from governmental weather services. Supported countries:
Americas: USA (including Alaska, Hawaii, Puerto Rico, Guam), Canada, Bermuda, Mexico, El Salvador, Argentina, Brazil
Europe: UK, Ireland, Denmark, Sweden, Norway, Finland, Iceland, Spain (including the Balearic and the Canary Islands), Germany, France, Hungary, Austria, Netherlands, Poland, Slovenia, Croatia, Belarus, Ukraine
Asia: Taiwan, Macau, Hong Kong, Japan, Republic of Korea, Philippines, Malaysia, Singapore, Brunei, India
Oceania: Australia, Fiji

If your country is not supported, this is probably for one of the following reasons:
- your country's weather service demands a license fee for commercial use
- your country's weather service does not respond to my emails
- your country's weather service does not provide radar images

For the latest news follow us on Twitter: @rainalarm                    

扩展基本信息

名称 Rain Alarm Extension Rain Alarm Extension
ID olnconaknblgbkfgknkfmmfhhbebkekd
官方URL https://chromewebstore.google.com/detail/rain-alarm-extension/olnconaknblgbkfgknkfmmfhhbebkekd
简介 This weather extension warns you when rain is currently nearing.
文件大小 871 KB
安装次数 86,644
当前版本 1.6.3
更新时间 2024-02-13
上架时间 2020-06-12
评分 4.35/5 共423次评分
开发者 https://www.rain-alarm.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://app.rain-alarm.com
隐私政策页面URL https://www.rain-alarm.com/web_privacy.html
支持的语言 id,ms,de,en,fr,nl,no,ca,es,ru,uk,hi,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "1.6.3",
    "icons": {
        "128": "launcher.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "js\/background3.js"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.rain-alarm.com\/?from=chrome2*"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "geolocation",
        "notifications",
        "background",
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/app.rain-alarm.com\/*",
        "https:\/\/www.rain-alarm.com\/*"
    ]
}