LIFX Control Center

Control your lifx devices from your browser

Wat is LIFX Control Center?

LIFX Control Center is een Chrome-extensie ontwikkeld door jalvarado91, en de belangrijkste functie is "Control your lifx devices from your browser".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LIFX Control Center

Download LIFX Control Center-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Control your lifx lights from your browser. 

- View all lights in a location
- Toggle lights                    

Basisinformatie over de Extensie

Naam LIFX Control Center LIFX Control Center
ID nefaohkcfchdiggnfnmhpkemjadlgipp
Officiële URL https://chromewebstore.google.com/detail/lifx-control-center/nefaohkcfchdiggnfnmhpkemjadlgipp
Beschrijving Control your lifx devices from your browser
Bestandsgrootte 123 KB
Aantal Installaties 108
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-02-16
Publicatiedatum 2023-02-15
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jalvarado91
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jalvarado91/lifx-control-center/
Help Pagina-URL https://github.com/jalvarado91/lifx-control-center/
Ondersteunde Talen 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"
    ]
}