Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
Local Weather (Current Conditions) là gì?
Local Weather (Current Conditions) là một tiện ích mở rộng Chrome được phát triển bởi mohiman, và tính năng chính của nó là "Presents weather based on your current location, or you can update by entering new location/zip etc.".
Ả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 Local Weather (Current Conditions)
Tải xuống các tệp mở rộng Local Weather (Current Conditions) 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Local Weather (Current Conditions) |
ID | kobanmpgpihdneoociggikppoblinmol |
URL Chính Thức | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
Mô tả | Presents weather based on your current location, or you can update by entering new location/zip etc. |
Kích Thước Tệp | 1.16 MB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 2.25 |
Cập Nhật Lần Cuối | 2016-07-22 |
Ngày Phát Hành | 2016-07-21 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | mohiman |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Local Weather (Current Conditions)", "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.", "version": "2.25", "browser_action": { "default_icon": "weather.png", "default_title": "Current Weather", "default_popup": "Mohit-Extension.html" }, "icons": { "16": "weatherMain1.png", "48": "weatherMain2.png", "128": "weatherMain3.png" }, "permissions": [ "activeTab", "geolocation", "http:\/\/api.openweathermap.org\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |