Weather Data
This extension alerts in case of storm or any other weather anomaly
Weather Dataคืออะไร?
Weather Data เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Albe Rosado และคุณลักษณะหลักของมันคือ "This extension alerts in case of storm or any other weather anomaly"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weather Data
ดาวน์โหลดไฟล์ส่วนขยาย Weather Data ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple and straightforward updates on weather change. People get busy on Reddit, playing games, coding, etc. So if you wanna get a simple alert when a storm or a tornado or on any dangerous weather change, right away, well, this extension is for you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pjfcgapkmfboidpbffmdjnfodcbpnbmo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo |
คำอธิบาย | This extension alerts in case of storm or any other weather anomaly |
ขนาดไฟล์ | 26.79 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2018-11-13 |
วันที่เผยแพร่ | 2018-11-13 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Albe Rosado |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Data", "description": "This extension alerts in case of storm or any other weather anomaly", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "http:\/\/api.openweathermap.org\/", "geolocation", "notifications", "background", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |