Weather

Extension shows the temperature and weather conditions for your current location

Weatherคืออะไร?

Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://skyweather.org และคุณลักษณะหลักของมันคือ "Extension shows the temperature and weather conditions for your current location"

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

screenshot

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

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

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

                        Features:
- configurable update period 
- configurable units: Fahrenheit/Celsius
- icon shows current temperature, cloudiness                    

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

ชื่อ Weather Weather
ID lfoeldoapdhdbhmcdgmnijfgbhlonjea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea
คำอธิบาย Extension shows the temperature and weather conditions for your current location
ขนาดไฟล์ 41.82 KB
จำนวนการติดตั้ง 4,298
เวอร์ชันปัจจุบัน 1.0.3.0
อัปเดตครั้งล่าสุด 2023-08-10
วันที่เผยแพร่ 2016-04-19
คะแนน 3.50/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา https://skyweather.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://skyweather.org/
URL หน้าช่วยเหลือ https://skyweather.org/
URL หน้านโยบายความเป็นส่วนตัว https://stopreclame.com/privacy.html
ภาษาที่รองรับ de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "1.0.3.0",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-48.png",
            "38": "images\/icon-48.png"
        },
        "default_title": "__MSG_popup_description__",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "alarms",
        "geolocation",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.skyweather.org\/*"
    ]
}