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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}