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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } |