Weather
The best way to see the Weather Forecast right in your browser. Easier than looking outside!
Weather là gì?
Weather là một tiện ích mở rộng Chrome được phát triển bởi https://weatherextension.com, và tính năng chính của nó là "The best way to see the Weather Forecast right in your browser. Easier than looking outside!".
Ả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 Weather
Tải xuống các tệp mở rộng 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
Weather automatically locates and displays your current weather forecast, hourly and 7 day forecast. The app icon will automatically update to your current temperature. Very easy to use with more features coming soon! Features ----------------- * Multiple Weather Data Sources (Visual Crossing Api, PirateWeather Api, and more) * Hourly and 7 day forecasts * Precipitation and Severe Weather alerts * Temperature in your Toolbar * Geolocation * Supports multiple languages * Multiple locations * Animated icons * Set custom location by address or zip code * Choose Fahrenheit or Celsius * Settings sync between devices * 12h/24h time format * Accurate Weather Forecast FAQ: timleland.com/weather-extension-faq
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Weather |
ID | iolcbmjhmpdheggkocibajddahbeiglb |
URL Chính Thức | https://chromewebstore.google.com/detail/weather/iolcbmjhmpdheggkocibajddahbeiglb |
Mô tả | The best way to see the Weather Forecast right in your browser. Easier than looking outside! |
Kích Thước Tệp | 10.82 MB |
Số Lần Cài Đặt | 153,933 |
Phiên Bản Hiện Tại | 6.0.14 |
Cập Nhật Lần Cuối | 2024-01-18 |
Ngày Phát Hành | 2020-05-22 |
Đánh Giá | 2.82/5 Tổng số 6327 Đánh Giá |
Nhà Phát Triển | https://weatherextension.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://weatherextension.com/ |
URL Trang Trợ Giúp | https://timleland.com/weather-extension-faq/ |
URL Trang Chính Sách Bảo Mật | https://t.ly/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather", "short_name": "Weather", "homepage_url": "https:\/\/weatherextension.com\/", "version": "6.0.14", "description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "38": "img\/icon38.png" }, "default_title": "Weather", "default_popup": "popup.html" }, "manifest_version": 3, "permissions": [ "alarms", "storage", "geolocation", "notifications", "idle" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } } } |