Quick Weather

Quick weather report based on your location

Quick Weatherคืออะไร?

Quick Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vlad Nicoara และคุณลักษณะหลักของมันคือ "Quick weather report based on your location"

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

screenshot
screenshot

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

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

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

                        It gives you a quick weather report based on your browser location. Current temperature and conditions, the 'real feel' index, high and low temperature of the day, a sum up of the next few days plus other astronomic info are all available at the touch of a button.
You can quickly switch between the metric and imperial system by clicking on the main temperature display. Even more, the choice made will be saved and synced to all Chrome browsers the user is logged into.                    

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

ชื่อ Quick Weather Quick Weather
ID bpgapaikjgcbjahoghdbnecndpllfchk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk
คำอธิบาย Quick weather report based on your location
ขนาดไฟล์ 91.42 KB
จำนวนการติดตั้ง 205
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2015-02-25
วันที่เผยแพร่ 2015-02-25
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Vlad Nicoara
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Weather",
    "manifest_version": 2,
    "description": "Quick weather report based on your location",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/api.openweathermap.org\/",
        "storage",
        "geolocation"
    ]
}