Weather & Time (multi-city)
Current weather and time in multiple cities (locations)
Weather & Time (multi-city)คืออะไร?
Weather & Time (multi-city) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AlexKataev และคุณลักษณะหลักของมันคือ "Current weather and time in multiple cities (locations)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weather & Time (multi-city)
ดาวน์โหลดไฟล์ส่วนขยาย Weather & Time (multi-city) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Choose many cities and stay up to date about weather and time in them!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Weather & Time (multi-city) |
ID | oogbklojclobkhgadnhomfpoidemgima |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/weather-time-multi-city/oogbklojclobkhgadnhomfpoidemgima |
คำอธิบาย | Current weather and time in multiple cities (locations) |
ขนาดไฟล์ | 1.52 MB |
จำนวนการติดตั้ง | 1,452 |
เวอร์ชันปัจจุบัน | 2.3.2 |
อัปเดตครั้งล่าสุด | 2021-12-09 |
วันที่เผยแพร่ | 2020-08-01 |
คะแนน | 4.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | AlexKataev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Weather & Time (multi-city)", "version": "2.3.2", "description": "Current weather and time in multiple cities (locations)", "action": { "default_icon": { "16": "\/assets\/favicon\/16x16.png", "48": "\/assets\/favicon\/48x48.png", "128": "\/assets\/favicon\/128x128.png" }, "default_title": "Weather & time (multi-city)", "default_popup": "index.html" }, "author": "Alex Kataev", "host_permissions": [ "https:\/\/autocomplete.geocoder.ls.hereapi.com\/6.2\/*", "https:\/\/geocode.search.hereapi.com\/v1\/geocode*", "http:\/\/api.openweathermap.org\/data\/2.5\/weather*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |