Weather forecast

Weather forecast for current city.

Weather forecastคืออะไร?

Weather forecast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nikolinadeveloper และคุณลักษณะหลักของมันคือ "Weather forecast for current city."

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

screenshot

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

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

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

                        Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations.

Key features:
- multiple location support
- current weather
- 7 days forecast
- global coverage

For any bugs and questions please sand email to [email protected].                    

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

ชื่อ Weather forecast Weather forecast
ID kccbhbehegopfhpmnmlnhkaidfiamepb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb
คำอธิบาย Weather forecast for current city.
ขนาดไฟล์ 29.06 KB
จำนวนการติดตั้ง 981
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2018-02-14
วันที่เผยแพร่ 2018-02-14
คะแนน 3.83/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา nikolinadeveloper
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather forecast",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Weather forecast for current city.",
    "background": {
        "scripts": [
            "src\/vremenska_prognoza\/vremenska_prognoza.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather forecast",
        "default_popup": "src\/prognoza.html"
    },
    "icons": {
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    }
}