Huegasm Lite

Manage your Philips Hue lights.

Cos'è Huegasm Lite?

Huegasm Lite è un'estensione di Chrome sviluppata da https://www.huegasm.com, e la sua funzione principale è "Manage your Philips Hue lights.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Huegasm Lite

Scarica i file di estensione Huegasm Lite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The lite version of Huegasm has been retired. Please find the full version at https://chrome.google.com/webstore/detail/huegasm-for-philips-hue-l/mbjanbdhcpohhfecjgbdpcfhnnbofooj                    

Informazioni di Base sull'Estensione

Nome Huegasm Lite Huegasm Lite
ID dgjggcgamlancpmfnkdgnlegnhbikioj
URL Ufficiale https://chromewebstore.google.com/detail/huegasm-lite/dgjggcgamlancpmfnkdgnlegnhbikioj
Descrizione Manage your Philips Hue lights.
Dimensione del File 611 KB
Conteggio Installazioni 197
Versione Corrente 1.2.0
Ultimo Aggiornamento 2021-02-02
Data di Pubblicazione 2020-07-03
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://www.huegasm.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Huegasm Lite",
    "short_name": "Huegasm Lite",
    "description": "Manage your Philips Hue lights.",
    "version": "1.2.0",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "16x16.png",
            "32": "32x32.png"
        },
        "default_popup": "index.html",
        "default_title": "Huegasm Lite"
    },
    "commands": {
        "simulate-kick": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Flash the lights"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}