Simple Weather Forecast and Radar

Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.

Simple Weather Forecast and Radarคืออะไร?

Simple Weather Forecast and Radar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jburnette และคุณลักษณะหลักของมันคือ "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image."

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

screenshot

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

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

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

                        swfr is a quick, simple, lightweight weather extension.  It sits in your toolbar and displays the current temperature.  When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.                    

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

ชื่อ Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
คำอธิบาย Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
ขนาดไฟล์ 57.62 KB
จำนวนการติดตั้ง 487
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2018-08-13
วันที่เผยแพร่ 2018-08-13
คะแนน 3.39/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา jburnette
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Weather Forecast and Radar",
    "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.",
    "version": "1.5",
    "icons": {
        "128": "store_logo.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'",
    "permissions": [
        "https:\/\/query.yahooapis.com\/",
        "https:\/\/sirocco.accuweather.com\/"
    ]
}