Weather App
The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Weather Appคืออะไร?
Weather App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://arunayyappath.me และคุณลักษณะหลักของมันคือ "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weather App
ดาวน์โหลดไฟล์ส่วนขยาย Weather App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Weather App |
ID | npaebkdojgajejbpgegfgkdgfkokmepi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi |
คำอธิบาย | The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations. |
ขนาดไฟล์ | 379 KB |
จำนวนการติดตั้ง | 264 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-08-21 |
วันที่เผยแพร่ | 2019-08-21 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://arunayyappath.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://arunayyappath.me/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Weather", "manifest_version": 2, "name": "Weather App", "version": "1.0.1", "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "geolocation" ] } |