LIFX Lights Control
Control your LIFX lights straight from your browser!
O que é LIFX Lights Control?
LIFX Lights Control é uma extensão do Chrome desenvolvida por asakahn, e sua principal característica é "Control your LIFX lights straight from your browser!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LIFX Lights Control
Baixe arquivos de extensão LIFX Lights Control no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | LIFX Lights Control |
ID | ednncgcboadecnjhknojhjomedbbjpkl |
URL Oficial | https://chromewebstore.google.com/detail/lifx-lights-control/ednncgcboadecnjhknojhjomedbbjpkl |
Descrição | Control your LIFX lights straight from your browser! |
Tamanho do Arquivo | 719 KB |
Contagem de Instalações | 59 |
Versão Atual | 1.0.2 |
Última Atualização | 2022-11-30 |
Data de Publicação | 2022-11-29 |
Desenvolvedor | asakahn |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://asakahn.com/lifx |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |