LIFX Lights Control

Control your LIFX lights straight from your browser!

LIFX Lights Controlคืออะไร?

LIFX Lights Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย asakahn และคุณลักษณะหลักของมันคือ "Control your LIFX lights straight from your browser!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Always have easy access to changing your LIFX light's color/brightness

- Displays all LIFX lights from your LIFX account
- Toggle each light on/off individually
- Change each light's colors and brightness
- Choose any color you want from an RGB wheel, or color temperature(Kelvin)
- Save a color you like as a preset                    

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

ชื่อ LIFX Lights Control LIFX Lights Control
ID ednncgcboadecnjhknojhjomedbbjpkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lifx-lights-control/ednncgcboadecnjhknojhjomedbbjpkl
คำอธิบาย Control your LIFX lights straight from your browser!
ขนาดไฟล์ 719 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-11-30
วันที่เผยแพร่ 2022-11-29
ผู้พัฒนา asakahn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://asakahn.com/lifx
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LIFX Lights Control",
    "short_name": "LIFX",
    "description": "Control your LIFX lights straight from your browser!",
    "author": "Asa Kahn",
    "version": "1.0.2",
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_icon": "\/images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "LIFX Lights Control"
    },
    "host_permissions": [
        "https:\/\/api.lifx.com\/*",
        "https:\/\/lifx.com\/",
        "https:\/\/*.lifx.com\/"
    ],
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                ".\/js\/iro.min.js",
                ".\/js\/main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}