WUTemp

This extension shows the temperature of a Weather Underground station

WUTempคืออะไร?

WUTemp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Engineered Musings และคุณลักษณะหลักของมันคือ "This extension shows the temperature of a Weather Underground station"

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

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

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

                        This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar.                    

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

ชื่อ WUTemp WUTemp
ID lepomagompeaddljdclflabddeoagdfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc
คำอธิบาย This extension shows the temperature of a Weather Underground station
ขนาดไฟล์ 19.71 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2016-04-07
วันที่เผยแพร่ 2016-04-07
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Engineered Musings
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://engineeredmusings.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WUTemp",
    "description": "This extension shows the temperature of a Weather Underground station",
    "version": "1.5",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/stationdata.wunderground.com\/",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}