60 minute forecast
Hyper local 60 minute precipitation forecast
60 minute forecast là gì?
60 minute forecast là một tiện ích mở rộng Chrome được phát triển bởi JG Media, và tính năng chính của nó là "Hyper local 60 minute precipitation forecast".
Ả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 60 minute forecast
Tải xuống các tệp mở rộng 60 minute 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
Click the icon, you are geolocated, and a local 60 minute precipitation forecast is shown. Great if you're planning a trip to the shops, a bike ride, or any outdoor activity! FEATURES: - 60 minute local precipitation forecast - Precipitation probability and intensity - Data is refreshed once an hour - All types of precipitation are forecast - from rain to snow - Ultra efficient code - won't slow your browser PLEASE NOTE: - Supported regions include USA, UK and Canada
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 60 minute forecast |
ID | eobjmfcodejjhicdhapflilpnohcagka |
URL Chính Thức | https://chromewebstore.google.com/detail/60-minute-forecast/eobjmfcodejjhicdhapflilpnohcagka |
Mô tả | Hyper local 60 minute precipitation forecast |
Kích Thước Tệp | 83.44 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 0.0.2.0 |
Cập Nhật Lần Cuối | 2016-01-08 |
Ngày Phát Hành | 2016-01-08 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | JG Media |
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": "60 minute forecast", "description": "Hyper local 60 minute precipitation forecast", "version": "0.0.2.0", "background": { "scripts": [ "background.min.js" ] }, "manifest_version": 2, "options_page": "options.html", "icons": { "128": "icon128manifest.png", "48": "icon48manifest.png", "32": "icon32manifest.png", "16": "icon16manifest.png" }, "permissions": [ "storage", "unlimitedStorage", "geolocation", "alarms" ], "browser_action": { "default_icon": "icon32manifest.png", "default_popup": "popup.html", "default_title": "Rain?" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/api.forecast.io; object-src 'self'" } |