LIFX Lights Control
Control your LIFX lights straight from your browser!
Was ist LIFX Lights Control?
LIFX Lights Control ist eine Chrome-Erweiterung, die von asakahn entwickelt wurde, und ihr Hauptmerkmal ist "Control your LIFX lights straight from your browser!".
Erweiterungsscreenshots
LIFX Lights Control-Erweiterungs-CRX-Datei herunterladen
Laden Sie LIFX Lights Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | LIFX Lights Control |
ID | ednncgcboadecnjhknojhjomedbbjpkl |
Offizielle URL | https://chromewebstore.google.com/detail/lifx-lights-control/ednncgcboadecnjhknojhjomedbbjpkl |
Beschreibung | Control your LIFX lights straight from your browser! |
Dateigröße | 719 KB |
Installationsanzahl | 59 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2022-11-30 |
Veröffentlichungsdatum | 2022-11-29 |
Entwickler | asakahn |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://asakahn.com/lifx |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |