Weather (forecast)
Best weather forecast extension for Chrome, simple and beautiful.
Weather (forecast) là gì?
Weather (forecast) là một tiện ích mở rộng Chrome được phát triển bởi weart, và tính năng chính của nó là "Best weather forecast extension for Chrome, simple and beautiful.".
Ả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 (forecast)
Tải xuống các tệp mở rộng Weather (forecast) 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 Forecast is simple just like Chrome. This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia... Powerful forecast features: - 5 days forecast with 3 hours updates - So main details (humidity, pressure, min-max temperature) - Clean, Simple, Beautiful Design - No setup needed. - Support Fahrenheit, Celsius too. - Uses the most professional Weather api for forecasts
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nelgjakhbejcbdngpdljiffopgacbank |
URL Chính Thức | https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank |
Mô tả | Best weather forecast extension for Chrome, simple and beautiful. |
Kích Thước Tệp | 377 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2019-06-07 |
Ngày Phát Hành | 2019-06-07 |
Đánh Giá | 3.70/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | weart |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather (forecast)", "version": "1.1.0", "description": "Best weather forecast extension for Chrome, simple and beautiful.", "manifest_version": 2, "permissions": [ "https:\/\/api.openweathermap.org\/data\/2.5\/", "https:\/\/fonts.googleapis.com\/", "storage", "activeTab", "geolocation" ], "background": [], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } }, "icons": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } } |