Check Weather

Weather forecast for current city and location of current visited website.

Check Weatherคืออะไร?

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

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

screenshot

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

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

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

                        Check Weather extension is the perfect tool for getting weather information. It provides current weather conditions and seven days forecast based on Your location. Also, You will get weather info for location of website You are visiting. You don't have to wait for weather information anymore, just click on button and You will get all necessary information.                    

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

ชื่อ Check Weather Check Weather
ID jeboiehfeffphnnfahahdkaejhhafehm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/check-weather/jeboiehfeffphnnfahahdkaejhhafehm
คำอธิบาย Weather forecast for current city and location of current visited website.
ขนาดไฟล์ 57.01 KB
จำนวนการติดตั้ง 1,544
เวอร์ชันปัจจุบัน 0.0.0.3
อัปเดตครั้งล่าสุด 2018-03-12
วันที่เผยแพร่ 2018-03-12
คะแนน 3.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา anajeftovic1
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check Weather",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "description": "Weather forecast for current city and location of current visited website.",
    "browser_action": {
        "default_icon": {
            "38": "img\/image38.png"
        },
        "default_title": "Check Weather",
        "default_popup": "src\/forecast.html"
    },
    "icons": {
        "38": "img\/image38.png",
        "48": "img\/image48.png",
        "64": "img\/image64.png",
        "96": "img\/image96.png",
        "128": "img\/image128.png"
    },
    "permissions": [
        "",
        "tabs"
    ]
}