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ファイルをダウンロード

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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}