Rain Alarm Extension

This weather extension warns you when rain is currently nearing.

Rain Alarm Extension là gì?

Rain Alarm Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.rain-alarm.com, và tính năng chính của nó là "This weather extension warns you when rain is currently nearing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rain Alarm Extension

Tải xuống các tệp mở rộng Rain Alarm Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rain Alarm Extension Rain Alarm Extension
ID olnconaknblgbkfgknkfmmfhhbebkekd
URL Chính Thức https://chromewebstore.google.com/detail/rain-alarm-extension/olnconaknblgbkfgknkfmmfhhbebkekd
Mô tả This weather extension warns you when rain is currently nearing.
Kích Thước Tệp 871 KB
Số Lần Cài Đặt 86,644
Phiên Bản Hiện Tại 1.6.3
Cập Nhật Lần Cuối 2024-02-13
Ngày Phát Hành 2020-06-12
Đánh Giá 4.35/5 Tổng số 423 Đánh Giá
Nhà Phát Triển https://www.rain-alarm.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.rain-alarm.com
URL Trang Chính Sách Bảo Mật https://www.rain-alarm.com/web_privacy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}