LIFX Lights Control

Control your LIFX lights straight from your browser!

LIFX Lights Control là gì?

LIFX Lights Control là một tiện ích mở rộng Chrome được phát triển bởi asakahn, và tính năng chính của nó là "Control your LIFX lights straight from your browser!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LIFX Lights Control

Tải xuống các tệp mở rộng LIFX Lights Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LIFX Lights Control LIFX Lights Control
ID ednncgcboadecnjhknojhjomedbbjpkl
URL Chính Thức https://chromewebstore.google.com/detail/lifx-lights-control/ednncgcboadecnjhknojhjomedbbjpkl
Mô tả Control your LIFX lights straight from your browser!
Kích Thước Tệp 719 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-11-30
Ngày Phát Hành 2022-11-29
Nhà Phát Triển asakahn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://asakahn.com/lifx
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}