The Weather
Look at THE WEATHER: easy, quick and concise
The Weather là gì?
The Weather là một tiện ích mở rộng Chrome được phát triển bởi http://www.kissappsl.com, và tính năng chính của nó là "Look at THE WEATHER: easy, quick and concise".
Ả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 The Weather
Tải xuống các tệp mở rộng 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
The best extension to know the Weather in Chrome! Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature. Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days. The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information. What are you waiting for to download this fantastic extension? Download it now!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cbkiddbpoaccgodaldbmckkelkhohioa |
URL Chính Thức | https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa |
Mô tả | Look at THE WEATHER: easy, quick and concise |
Kích Thước Tệp | 162 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 1.01 |
Cập Nhật Lần Cuối | 2021-02-10 |
Ngày Phát Hành | 2020-12-26 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://www.kissappsl.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | http://kissappsl.com/app/the-weather-extension/ |
URL Trang Trợ Giúp | http://kissappsl.com |
URL Trang Chính Sách Bảo Mật | http://kissappsl.com/pages/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.01", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/main.css" ] } ] } |