Weather
Extension shows the temperature and weather conditions for your current location
Weather là gì?
Weather là một tiện ích mở rộng Chrome được phát triển bởi https://skyweather.org, và tính năng chính của nó là "Extension shows the temperature and weather conditions for your current location".
Ả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
Features: - configurable update period - configurable units: Fahrenheit/Celsius - icon shows current temperature, cloudiness
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Weather |
ID | lfoeldoapdhdbhmcdgmnijfgbhlonjea |
URL Chính Thức | https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea |
Mô tả | Extension shows the temperature and weather conditions for your current location |
Kích Thước Tệp | 41.82 KB |
Số Lần Cài Đặt | 4,298 |
Phiên Bản Hiện Tại | 1.0.3.0 |
Cập Nhật Lần Cuối | 2023-08-10 |
Ngày Phát Hành | 2016-04-19 |
Đánh Giá | 3.50/5 Tổng số 42 Đánh Giá |
Nhà Phát Triển | https://skyweather.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://skyweather.org/ |
URL Trang Trợ Giúp | https://skyweather.org/ |
URL Trang Chính Sách Bảo Mật | https://stopreclame.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "1.0.3.0", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "19": "images\/icon-48.png", "38": "images\/icon-48.png" }, "default_title": "__MSG_popup_description__", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "permissions": [ "alarms", "geolocation", "storage" ], "host_permissions": [ "https:\/\/*.skyweather.org\/*" ] } |