Current Weather
This extension will give you the current weather in your area.
Current Weatherคืออะไร?
Current Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย puranjayprashanth และคุณลักษณะหลักของมันคือ "This extension will give you the current weather in your area."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Current Weather
ดาวน์โหลดไฟล์ส่วนขยาย Current Weather ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension always user to get the current weather in their current location. It uses you longitude and latitude to find out were you are. Then it uses a 3rd part service to get the current weather based on you position. This extension will give you the current precipitation, wind speed and other weather data based on your current location.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Current Weather |
ID | mjkbbpnfhegiocdnalhgkehhnjjadnpa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/current-weather/mjkbbpnfhegiocdnalhgkehhnjjadnpa |
คำอธิบาย | This extension will give you the current weather in your area. |
ขนาดไฟล์ | 33.45 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-06-07 |
วันที่เผยแพร่ | 2021-06-07 |
ผู้พัฒนา | puranjayprashanth |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Current Weather", "version": "1.0", "description": "This extension will give you the current weather in your area.", "author": "Puranjay Prashanth", "permissions": [ "geolocation", "http:\/\/api.openweathermap.org\/data\/2.5\/weather" ], "browser_action": { "default_popup": "popup.html", "default_title": "Current Weather", "default_icon": { "16": "images\/Icon16.png", "32": "images\/Icon32.png", "48": "images\/Icon48.png", "128": "images\/Icon128.png" } }, "icons": { "16": "images\/Icon16.png", "32": "images\/Icon32.png", "48": "images\/Icon48.png", "128": "images\/Icon128.png" }, "manifest_version": 2 } |