Local Weather
Shows you local weather. Auto determines your location and fetch weather details on its basis
Local Weather là gì?
Local Weather là một tiện ích mở rộng Chrome được phát triển bởi Builtin Genius, và tính năng chính của nó là "Shows you local weather. Auto determines your location and fetch weather details on its basis".
Tải xuống tệp CRX của tiện ích mở rộng Local Weather
Tải xuống các tệp mở rộng Local 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
One click weather update for your local surrounding. It auto detects your location and tell you the weather. You dont need to add this to your browser and configure all things, it adds up on the top and accessible in every tab of google chrome. Version 1.1.0 Updates: Now you can check weather information in Both Fahrenheit and Celsius units just by one click --- Hope you enjoy using it. Feedbacks are heartedly welcomed!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fiiiahdbpgbkoimldhcgknelkiannjki |
URL Chính Thức | https://chrome.google.com/webstore/detail/local-weather/fiiiahdbpgbkoimldhcgknelkiannjki |
Mô tả | Shows you local weather. Auto determines your location and fetch weather details on its basis |
Kích Thước Tệp | 173 KB |
Số Lần Cài Đặt | 265 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2016-09-01 |
Ngày Phát Hành | 2016-09-01 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Builtin Genius |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "browser_action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" }, "default_popup": "popup.html", "default_title": "Local weather" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Shows you local weather. Auto determines your location and fetch weather details on its basis", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Local Weather", "permissions": [ "storage", "geolocation", "tabs", "https:\/\/api.openweathermap.org\/*", "http:\/\/api.openweathermap.org\/*", "http:\/\/ajax.googleapis.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.4" } |