What's The Weather
This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
What's The Weather là gì?
What's The Weather là một tiện ích mở rộng Chrome được phát triển bởi http://what-is-the-weather.com, và tính năng chính của nó là "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.".
Ả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 What's The Weather
Tải xuống các tệp mở rộng What's The 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
For more details: https://what-is-the-weather.com/pages/terms-of-use.html https://what-is-the-weather.com/pages/privacy-policy.html Get the best weather updates around you by using our weather extension! By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | afpmlonliogogjikgipmocefhgjjojdc |
URL Chính Thức | https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc |
Mô tả | This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage. |
Kích Thước Tệp | 93.3 KB |
Số Lần Cài Đặt | 65,028 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2022-06-10 |
Ngày Phát Hành | 2022-05-05 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://what-is-the-weather.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://what-is-the-weather.com/ |
URL Trang Trợ Giúp | https://what-is-the-weather.com/pages/contact.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/128.png", "default_title": "What's The Weather" }, "description": "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "What's The Weather", "version": "1.2", "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.what-is-the-weather.com\/*" ] } |