MicroWeather
Simple weather application
MicroWeatherคืออะไร?
MicroWeather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย George และคุณลักษณะหลักของมันคือ "Simple weather application"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MicroWeather
ดาวน์โหลดไฟล์ส่วนขยาย MicroWeather ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple weather application which uses weather data from OpenWeatherMap. New: The app now shows hourly weather data for the next few days.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MicroWeather |
ID | mlkbifdobkhikfmhopopgdfikiilbhio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/microweather/mlkbifdobkhikfmhopopgdfikiilbhio |
คำอธิบาย | Simple weather application |
ขนาดไฟล์ | 89.51 KB |
จำนวนการติดตั้ง | 953 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2015-11-22 |
วันที่เผยแพร่ | 2015-11-22 |
คะแนน | 4.29/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | George |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MicroWeather", "description": "Simple weather application", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/main.css" ] } ] } |