UV Weather
AI-powered weather forecasting
UV Weather là gì?
UV Weather là một tiện ích mở rộng Chrome được phát triển bởi https://comfable.com, và tính năng chính của nó là "AI-powered weather forecasting".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UV Weather
Tải xuống các tệp mở rộng UV Weather 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
Meet UV Weather, a new era of personalized, AI-powered global weather forecasting with hyperlocal accuracy, that helps you plan your day. All you have to do is enter your city’s name or let the extension use your current location. You’ll have instant access to real-time weather data and forecasts for anywhere in the world. It’s incredibly easy to install with just a single click, and you don’t have to fiddle with any settings. ------------------------------------------------------------------------ UV WEATHER – HIGHLIGHTS ------------------------------------------------------------------------ ⦁ Supports multiple locations ⦁ Displays temperature in your browser toolbar ⦁ Provides full weather details including wind, POP, humidity, and more ⦁ Offers minute-by-minute precipitation forecasts ⦁ Offers a worldwide Live Radar map ⦁ Displays weather alerts and warnings ⦁ Sends severe weather alert notifications (Pro feature) ⦁ Provides weather reports in news-style by AI technology (Pro feature) ⦁ Forecasts wind direction, speed, and gusts ⦁ Provides real-time air quality Index and air pollutant concentrations ⦁ Offers information on weather-related health and safety ⦁ Provides hourly air quality forecast (Pro feature) ⦁ Displays world weather map ⦁ Displays UV Index on hourly and daily basis ⦁ Offers 16-day and 48-hour daily/hourly weather forecasts ⦁ Offers a 30-day extended weather forecast (Pro feature) ⦁ Displays daily weather comparison ⦁ Provides a 4-day hourly weather forecast (Pro feature) ⦁ Provides an outlook weather forecast ⦁ Displays Today's Solar & Lunar Timings ⦁ Offers moon phase calendar (Pro feature) ⦁ Displays AccuFeel, an accurate Feels Like temperature ⦁ Offers a one-click install with no settings needed ⦁ Automatically detects your location ⦁ Allows you to manually add location by address or zip code ⦁ Offers a language location search ⦁ Provides real-time weather updates ⦁ Offers a dark and light theme with customizable background colors ⦁ Automatically switches to dark mode at night (Pro feature) ⦁ Displays a white badge icon for dark browser theme ⦁ Displays a large number (Temperature/UV) in the toolbar badge ⦁ Offers a fast location change button ⦁ Allows you to choose between 12H/24H Time format ⦁ Customize homepage background with color or image ⦁ Displays animated icons ⦁ Features a clean, simple, and sleek design ⦁ Supported by Comfable Inc. UV Weather is developed with love in Toronto, Canada.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UV Weather |
ID | ngeokhpbgoadbpdpnplcminbjhdecjeb |
URL Chính Thức | https://chromewebstore.google.com/detail/uv-weather/ngeokhpbgoadbpdpnplcminbjhdecjeb |
Mô tả | AI-powered weather forecasting |
Kích Thước Tệp | 3.45 MB |
Số Lần Cài Đặt | 91,522 |
Phiên Bản Hiện Tại | 2.0.35 |
Cập Nhật Lần Cuối | 2024-02-27 |
Ngày Phát Hành | 2020-06-12 |
Đánh Giá | 4.62/5 Tổng số 597 Đánh Giá |
Nhà Phát Triển | https://comfable.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://uvweather.net/ |
URL Trang Trợ Giúp | https://uvweather.net/faq |
URL Trang Chính Sách Bảo Mật | https://uvweather.net/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UV Weather", "version": "2.0.35", "description": "AI-powered weather forecasting", "manifest_version": 3, "permissions": [ "storage", "alarms", "idle" ], "optional_permissions": [ "notifications" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "UV Weather", "default_popup": "popup.html", "default_icon": { "128": "images\/UV_index128.png" } }, "icons": { "16": "images\/UV_index16.png", "32": "images\/UV_index32.png", "48": "images\/UV_index48.png", "128": "images\/UV_index128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "fonts\/rubik.woff", "fonts\/arial.woff", "fonts\/helvetica.woff", "libraries\/*" ], "matches": [], "extension_ids": [] } ] } |