LIFX Web Control

A Minimalist Chrome Extension to Control your LIFX Lights. With LIFX Web Control you can manage all your connected LIFX Lights.

Qu'est-ce que LIFX Web Control ?

LIFX Web Control est une extension Chrome développée par http://whoisjuan.github.io, et sa fonction principale est "A Minimalist Chrome Extension to Control your LIFX Lights. With LIFX Web Control you can manage all your connected LIFX Lights.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LIFX Web Control

Téléchargez les fichiers d'extension LIFX Web 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

                        A Minimalist Chrome Extension to Control your LIFX Lights.

With LIFX Web Control you can manage all your connected LIFX Lights, toggle scenes or control groups of lights. 

LIFX Web Control is the only and best LIFX Chrome Extension. Simply download it, login with your LIFX account and start managing your lights from your browser.

Releases:
UPDATE: 0.15.4 Compliance
UPDATE 0.15.3: Bug fixes.
UPDATE 0.15.1: UX/UI Improvements.
UPDATE 0.15: New options for Cool and Warm tones.
UPDATE 0.14.3: Bug fixes.
UPDATE 0.14.2: Sticky scenes.
UPDATE 0.14: Multiple bug fixes, new option to disconnect and visual improvements.
UPDATE 0.13.2: The extension now remember your preferred light control mode!
UPDATE 0.13: Theme Update (Black!)
UPDATE 0.12.1: URGENT RELEASE: Authorization got Broken. Now it's fixed. Thanks for your patience!                    

Informations de Base sur l'Extension

Nom LIFX Web Control LIFX Web Control
ID ohedkkoibkekbipjoeehpofmjbmmkhin
URL Officiel https://chrome.google.com/webstore/detail/lifx-web-control/ohedkkoibkekbipjoeehpofmjbmmkhin
Description A Minimalist Chrome Extension to Control your LIFX Lights. With LIFX Web Control you can manage all your connected LIFX Lights.
Taille du Fichier 574 KB
Nombre d'Installations 2,608
Version Actuelle 0.15.4
Dernière Mise à Jour 2020-09-02
Date de Publication 2020-09-02
Évaluation 4.18/5 Total 39 Évaluations
Développeur http://whoisjuan.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://whoisjuan.github.io/lifx
URL de la Page d'Aide http://whoisjuan.github.io/lifx
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LIFX Web Control",
    "short_name": "LIFX",
    "version": "0.15.4",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "A Minimalist Chrome Extension to Control your LIFX Lights. With LIFX Web Control you can manage all your connected LIFX Lights.",
    "homepage_url": "http:\/\/whoisjuan.github.io\/lifx",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "browser action demo",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.whoisjuan.me\/lifx\/auth*",
                "http:\/\/whoisjuan.github.io\/lifx\/auth*"
            ],
            "js": [
                "libs\/chrome-ex-oauth2\/injection.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "notifications",
        "storage",
        "https:\/\/api.lifx.com\/*",
        "https:\/\/lifx.com\/",
        "https:\/\/community.lifx.com\/*",
        "https:\/\/*.lifx.com\/",
        "https:\/\/cloud.lifx.com\/oauth\/authorize",
        "https:\/\/cloud.lifx.com\/oauth\/token",
        "http:\/\/whoisjuan.github.io\/lifx\/auth*",
        "http:\/\/www.whoisjuan.me\/lifx\/auth*"
    ],
    "web_accessible_resources": [
        "iconslifx\/*.png",
        "iconslifx\/*.jpg",
        "colorpicker.css",
        "mdl\/*.css",
        "mdl\/*.js",
        "libs\/*",
        "css\/*",
        "js\/jquery\/*"
    ]
}