One-Click Meteo
Quick preview of current weather forecast from Meteo.pl
One-Click Meteoคืออะไร?
One-Click Meteo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย J-Sek และคุณลักษณะหลักของมันคือ "Quick preview of current weather forecast from Meteo.pl"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One-Click Meteo
ดาวน์โหลดไฟล์ส่วนขยาย One-Click Meteo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features:
- Display current weather forecast (MODEL UM)
- Save chosen city after change
- 18 predefined cities ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fkakahlhimilfhdkjflfbkgikihondng |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/one-click-meteo/fkakahlhimilfhdkjflfbkgikihondng |
| คำอธิบาย | Quick preview of current weather forecast from Meteo.pl |
| ขนาดไฟล์ | 1.8 MB |
| จำนวนการติดตั้ง | 30 |
| เวอร์ชันปัจจุบัน | 0.0.6 |
| อัปเดตครั้งล่าสุด | 2023-12-08 |
| วันที่เผยแพร่ | 2016-08-11 |
| คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | J-Sek |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.6",
"manifest_version": 3,
"name": "One-Click Meteo",
"description": "Quick preview of current weather forecast from Meteo.pl",
"action": {
"default_title": "Preview current weather forecast",
"default_popup": "popup\/popup.html",
"default_icon": {
"128": "images\/weather-128.png"
}
},
"icon": {
"128": "images\/weather-128.png"
},
"permissions": [
"storage"
]
} | |