Get Weather Now
Weather extension
Get Weather Nowคืออะไร?
Get Weather Now เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Calc Team และคุณลักษณะหลักของมันคือ "Weather extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Weather Now
ดาวน์โหลดไฟล์ส่วนขยาย Get Weather Now ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Brings the weather updates you care about to your address bar. Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Get Weather Now |
ID | mdijeoiljombmbamjamjlcaopdckdnci |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci |
คำอธิบาย | Weather extension |
ขนาดไฟล์ | 6.83 MB |
จำนวนการติดตั้ง | 864 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2022-11-14 |
วันที่เผยแพร่ | 2022-07-22 |
คะแนน | 2.27/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Calc Team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "0.0.4", "description": "__MSG_extensionDescription__", "background": { "service_worker": "background.js" }, "default_locale": "en", "action": { "default_popup": "popup.html" }, "icons": { "128": "assets\/img\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/tiles.aqicn.org\/" ] } |