60 minute forecast
Hyper local 60 minute precipitation forecast
60 minute forecastคืออะไร?
60 minute forecast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JG Media และคุณลักษณะหลักของมันคือ "Hyper local 60 minute precipitation forecast"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 60 minute forecast
ดาวน์โหลดไฟล์ส่วนขยาย 60 minute forecast ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 60 minute forecast |
ID | eobjmfcodejjhicdhapflilpnohcagka |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/60-minute-forecast/eobjmfcodejjhicdhapflilpnohcagka |
คำอธิบาย | Hyper local 60 minute precipitation forecast |
ขนาดไฟล์ | 83.44 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 0.0.2.0 |
อัปเดตครั้งล่าสุด | 2016-01-08 |
วันที่เผยแพร่ | 2016-01-08 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | JG Media |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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'" } |