Global Weather Snap

All-in-one extension for quick weather updates. Rain map, air quality, pressure, sunrise-sunset, UV index

Global Weather Snapคืออะไร?

Global Weather Snap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yourchev และคุณลักษณะหลักของมันคือ "All-in-one extension for quick weather updates. Rain map, air quality, pressure, sunrise-sunset, UV index"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Global Weather Snap

ดาวน์โหลดไฟล์ส่วนขยาย Global Weather Snap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Meet Global Weather Snap, your all-in-one Chrome extension for comprehensive weather insights. This intuitive tool not only provides real-time weather updates for your home, favorite spots, and loved ones' cities but also includes essential features like a rain map, air quality index, air pressure details, sunrise-sunset times, and UV index. Navigate effortlessly through a wealth of meteorological information, seamlessly integrated into your address bar. Stay ahead of the elements with Global Weather Snap—an indispensable companion for weather enthusiasts and everyday users alike.

Version 1.0.8
- oh no, one more icon update fix

Version 1.0.7
- minor improvements

Version 1.0.6
- fix icon & badge update                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Global Weather Snap Global Weather Snap
ID bhneimlclbajnaknkkjehfcaooijlcgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/global-weather-snap/bhneimlclbajnaknkkjehfcaooijlcgb
คำอธิบาย All-in-one extension for quick weather updates. Rain map, air quality, pressure, sunrise-sunset, UV index
ขนาดไฟล์ 5.37 MB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2024-01-01
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา yourchev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.0.8",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "assets\/img\/icon_48_2.png",
        "128": "assets\/img\/icon_128_2.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/tiles.aqicn.org\/"
    ]
}