Weather (forecast)
Best weather forecast extension for Chrome, simple and beautiful.
Weather (forecast)คืออะไร?
Weather (forecast) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย weart และคุณลักษณะหลักของมันคือ "Best weather forecast extension for Chrome, simple and beautiful."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weather (forecast)
ดาวน์โหลดไฟล์ส่วนขยาย Weather (forecast) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Weather Forecast is simple just like Chrome. This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia... Powerful forecast features: - 5 days forecast with 3 hours updates - So main details (humidity, pressure, min-max temperature) - Clean, Simple, Beautiful Design - No setup needed. - Support Fahrenheit, Celsius too. - Uses the most professional Weather api for forecasts
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nelgjakhbejcbdngpdljiffopgacbank |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank |
คำอธิบาย | Best weather forecast extension for Chrome, simple and beautiful. |
ขนาดไฟล์ | 377 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2019-06-07 |
วันที่เผยแพร่ | 2019-06-07 |
คะแนน | 3.70/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | weart |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather (forecast)", "version": "1.1.0", "description": "Best weather forecast extension for Chrome, simple and beautiful.", "manifest_version": 2, "permissions": [ "https:\/\/api.openweathermap.org\/data\/2.5\/", "https:\/\/fonts.googleapis.com\/", "storage", "activeTab", "geolocation" ], "background": [], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } }, "icons": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } } |