Forecast.io Weather
Simple, accurate weather forecast.
Forecast.io Weatherคืออะไร?
Forecast.io Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/haroldmartin และคุณลักษณะหลักของมันคือ "Simple, accurate weather forecast."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forecast.io Weather
ดาวน์โหลดไฟล์ส่วนขยาย Forecast.io Weather ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* Fast weekly weather forecast in popup. * Icon shows sunrise/sunset countdown. * If you want to know the current temperature, go outside. * Latest version fixes Celsius / Fahrenheit switching bug. Courtesy of http://Forecast.io https://github.com/hbmartin/chrome-forecast
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Forecast.io Weather |
ID | mimfincbphlfoohpgppnphclbbnbmofc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
คำอธิบาย | Simple, accurate weather forecast. |
ขนาดไฟล์ | 63.45 KB |
จำนวนการติดตั้ง | 240 |
เวอร์ชันปัจจุบัน | 2.2.1 |
อัปเดตครั้งล่าสุด | 2015-04-15 |
วันที่เผยแพร่ | 2015-04-14 |
คะแนน | 2.61/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://sites.google.com/site/haroldmartin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://forecast.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forecast.io Weather", "version": "2.2.1", "description": "Simple, accurate weather forecast.", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "sun\/Time.js", "sun\/JulianDay.js", "sun\/SolarPosition.js", "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Forecast.io", "default_popup": "popup.html" }, "manifest_version": 2, "permissions": [ "alarms", "storage", "geolocation", "*:\/\/*.forecast.io\/*", "*:\/\/*.github.com\/hbmartin\/zip-code-json\/*" ] } |