Local Weather (Current Conditions)

Presents weather based on your current location, or you can update by entering new location/zip etc.

Local Weather (Current Conditions)คืออะไร?

Local Weather (Current Conditions) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mohiman และคุณลักษณะหลักของมันคือ "Presents weather based on your current location, or you can update by entering new location/zip etc."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Local Weather (Current Conditions)

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

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

                                            

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

ชื่อ Local Weather (Current Conditions) Local Weather (Current Conditions)
ID kobanmpgpihdneoociggikppoblinmol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol
คำอธิบาย Presents weather based on your current location, or you can update by entering new location/zip etc.
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 2.25
อัปเดตครั้งล่าสุด 2016-07-22
วันที่เผยแพร่ 2016-07-21
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา mohiman
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Local Weather (Current Conditions)",
    "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.",
    "version": "2.25",
    "browser_action": {
        "default_icon": "weather.png",
        "default_title": "Current Weather",
        "default_popup": "Mohit-Extension.html"
    },
    "icons": {
        "16": "weatherMain1.png",
        "48": "weatherMain2.png",
        "128": "weatherMain3.png"
    },
    "permissions": [
        "activeTab",
        "geolocation",
        "http:\/\/api.openweathermap.org\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}