LIFX Control Center
Control your lifx devices from your browser
LIFX Control Centerคืออะไร?
LIFX Control Center เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jalvarado91 และคุณลักษณะหลักของมันคือ "Control your lifx devices from your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LIFX Control Center
ดาวน์โหลดไฟล์ส่วนขยาย LIFX Control Center ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Control your lifx lights from your browser. - View all lights in a location - Toggle lights
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LIFX Control Center |
ID | nefaohkcfchdiggnfnmhpkemjadlgipp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lifx-control-center/nefaohkcfchdiggnfnmhpkemjadlgipp |
คำอธิบาย | Control your lifx devices from your browser |
ขนาดไฟล์ | 123 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-02-16 |
วันที่เผยแพร่ | 2023-02-15 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | jalvarado91 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jalvarado91/lifx-control-center/ |
URL หน้าช่วยเหลือ | https://github.com/jalvarado91/lifx-control-center/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LIFX Control Center", "version": "1.0.0", "description": "Control your lifx devices from your browser", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "storage" ] } |