Weather

The best way to see the Weather Forecast right in your browser. Easier than looking outside!

Weatherคืออะไร?

Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://weatherextension.com และคุณลักษณะหลักของมันคือ "The best way to see the Weather Forecast right in your browser. Easier than looking outside!"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Weather automatically locates and displays your current weather forecast, hourly and 7 day forecast. The app icon will automatically update to your current temperature. Very easy to use with more features coming soon!

Features
-----------------
* Multiple Weather Data Sources (Visual Crossing Api, PirateWeather Api, and more) 
* Hourly and 7 day forecasts
 * Precipitation and Severe Weather alerts
 * Temperature in your Toolbar
 * Geolocation
 * Supports multiple languages
 * Multiple locations
 * Animated icons
 * Set custom location by address or zip code
 * Choose Fahrenheit or Celsius
 * Settings sync between devices
 * 12h/24h time format
 * Accurate Weather Forecast

FAQ: timleland.com/weather-extension-faq                    

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

ชื่อ Weather Weather
ID iolcbmjhmpdheggkocibajddahbeiglb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weather/iolcbmjhmpdheggkocibajddahbeiglb
คำอธิบาย The best way to see the Weather Forecast right in your browser. Easier than looking outside!
ขนาดไฟล์ 10.82 MB
จำนวนการติดตั้ง 153,933
เวอร์ชันปัจจุบัน 6.0.14
อัปเดตครั้งล่าสุด 2024-01-18
วันที่เผยแพร่ 2020-05-22
คะแนน 2.82/5 รวมทั้งหมด 6327 คะแนน
ผู้พัฒนา https://weatherextension.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://weatherextension.com/
URL หน้าช่วยเหลือ https://timleland.com/weather-extension-faq/
URL หน้านโยบายความเป็นส่วนตัว https://t.ly/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather",
    "short_name": "Weather",
    "homepage_url": "https:\/\/weatherextension.com\/",
    "version": "6.0.14",
    "description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage",
        "geolocation",
        "notifications",
        "idle"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}