LIFX Lights Control
Control your LIFX lights straight from your browser!
Qu'est-ce que LIFX Lights Control ?
LIFX Lights Control est une extension Chrome développée par asakahn, et sa fonction principale est "Control your LIFX lights straight from your browser!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LIFX Lights Control
Téléchargez les fichiers d'extension LIFX Lights Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | LIFX Lights Control |
ID | ednncgcboadecnjhknojhjomedbbjpkl |
URL Officiel | https://chromewebstore.google.com/detail/lifx-lights-control/ednncgcboadecnjhknojhjomedbbjpkl |
Description | Control your LIFX lights straight from your browser! |
Taille du Fichier | 719 KB |
Nombre d'Installations | 59 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-11-30 |
Date de Publication | 2022-11-29 |
Développeur | asakahn |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://asakahn.com/lifx |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |