LIFX Lights Control

Control your LIFX lights straight from your browser!

LIFX Lights Control란 무엇입니까?

LIFX Lights Control은(는) asakahn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control your LIFX lights straight from your browser!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

LIFX Lights Control 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
            ]
        }
    ]
}