LIFX Control Center
Control your lifx devices from your browser
What is LIFX Control Center?
LIFX Control Center is a Chrome extension developed by jalvarado91, and its main feature is "Control your lifx devices from your browser".
Extension Screenshots
Download LIFX Control Center Extension CRX File
Download LIFX Control Center 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
Control your lifx lights from your browser. - View all lights in a location - Toggle lights
Extension Basic Information
Name | LIFX Control Center |
ID | nefaohkcfchdiggnfnmhpkemjadlgipp |
Official URL | https://chromewebstore.google.com/detail/lifx-control-center/nefaohkcfchdiggnfnmhpkemjadlgipp |
Description | Control your lifx devices from your browser |
File Size | 123 KB |
Installation Count | 108 |
Current Version | 1.0.0 |
Last Updated | 2023-02-16 |
Publish Date | 2023-02-15 |
Rating | 1.00/5 Total 1 Ratings |
Developer | jalvarado91 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jalvarado91/lifx-control-center/ |
Help Page URL | https://github.com/jalvarado91/lifx-control-center/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LIFX Control Center", "version": "1.0.0", "description": "Control your lifx devices from your browser", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "storage" ] } |