Simple Weather Report
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
Simple Weather Reportคืออะไร?
Simple Weather Report เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://romanoff.io และคุณลักษณะหลักของมันคือ "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Weather Report
ดาวน์โหลดไฟล์ส่วนขยาย Simple Weather Report ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. User able to set location and temperature unit Fahrenheit (°F) or Celsius (°C)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Weather Report |
ID | khbkgchpkbiecdafoacnkbdomjfgekdo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo |
คำอธิบาย | Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. |
ขนาดไฟล์ | 824 KB |
จำนวนการติดตั้ง | 380 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-08-25 |
วันที่เผยแพร่ | 2020-08-16 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://romanoff.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "name": "Simple Weather Report", "version": "1.0.2", "manifest_version": 2, "description": "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.", "author": "Michael Romanoff, [email protected]", "homepage_url": "https:\/\/romanoff.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Simple Weather Report", "default_popup": "src\/dist\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |