LIFX Lights Control
Control your LIFX lights straight from your browser!
What is LIFX Lights Control?
LIFX Lights Control is a Chrome extension developed by asakahn, and its main feature is "Control your LIFX lights straight from your browser!".
Extension Screenshots
Download LIFX Lights Control Extension CRX File
Download LIFX Lights Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | LIFX Lights Control |
ID | ednncgcboadecnjhknojhjomedbbjpkl |
Official URL | https://chromewebstore.google.com/detail/lifx-lights-control/ednncgcboadecnjhknojhjomedbbjpkl |
Description | Control your LIFX lights straight from your browser! |
File Size | 719 KB |
Installation Count | 59 |
Current Version | 1.0.2 |
Last Updated | 2022-11-30 |
Publish Date | 2022-11-29 |
Developer | asakahn |
[email protected] | |
Payment Type | free |
Extension Website | https://asakahn.com/lifx |
Supported Languages | 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:\/\/*\/*" ] } ] } |