WUTemp extension
View the active temperature of a Weather Underground Station
WUTemp extensionคืออะไร?
WUTemp extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eryk.io และคุณลักษณะหลักของมันคือ "View the active temperature of a Weather Underground Station"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WUTemp extension
ดาวน์โหลดไฟล์ส่วนขยาย WUTemp extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome Extension to view the active temperature of a Weather Underground Station. Features: - Updates every 5 minutes - Click on icon to view Station page at Weather Underground - Options page to set Station ID, Celcius/Fahrenheit and refresh interval. Updated v1.1: - Change refresh interval on the Options page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WUTemp extension |
ID | baahcllkjamainfhhdimbnipdlaeappd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
คำอธิบาย | View the active temperature of a Weather Underground Station |
ขนาดไฟล์ | 40.22 KB |
จำนวนการติดตั้ง | 1,901 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-03-16 |
วันที่เผยแพร่ | 2016-03-16 |
คะแนน | 3.46/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | Eryk.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://eryk.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WUTemp extension", "version": "1.1", "manifest_version": 2, "description": "View the active temperature of a Weather Underground Station", "options_page": "options.html", "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "background": { "scripts": [ "jquery-2.1.3.min.js", "background.js" ] }, "permissions": [ "http:\/\/api.wunderground.com\/", "storage" ] } |