Weather Alerts
Real time Weather alerts
Weather Alerts란 무엇입니까?
Weather Alerts은(는) yaadsuiss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Real time Weather alerts"입니다.
확장 프로그램 스크린샷
Weather Alerts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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 } |