Simple Weather
A basic weather widget.
Simple Weatherคืออะไร?
Simple Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A basic weather widget."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Weather
ดาวน์โหลดไฟล์ส่วนขยาย Simple Weather ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple weather interface that gives a basic forecast: Current temperature in F or C, precipitation probability, and a brief condition summary.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Weather |
ID | gfdfkmhjajkdnlcnbkdmjkmjikkkijal |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-weather/gfdfkmhjajkdnlcnbkdmjkmjikkkijal |
คำอธิบาย | A basic weather widget. |
ขนาดไฟล์ | 374 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2020-05-24 |
วันที่เผยแพร่ | 2020-05-24 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Weather", "description": "A basic weather widget.", "version": "0.0.2", "browser_action": { "default_popup": "index.html", "default_title": "Weather Widget" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "optional_permissions": [ "geolocation" ], "content_security_policy": "script-src 'self' 'sha256-S0u+tc0vCU5CEg3t6WQwjf76zqTvdIt6+gvLnfjLh4o='; object-src 'self'" } |