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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } |