Huegasm Lite

Manage your Philips Hue lights.

Apa itu Huegasm Lite?

Huegasm Lite adalah ekstensi Chrome yang dikembangkan oleh https://www.huegasm.com, dan fitur utamanya adalah "Manage your Philips Hue lights.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Huegasm Lite

Unduh file ekstensi Huegasm Lite dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Huegasm Lite Huegasm Lite
ID dgjggcgamlancpmfnkdgnlegnhbikioj
URL Resmi https://chromewebstore.google.com/detail/huegasm-lite/dgjggcgamlancpmfnkdgnlegnhbikioj
Deskripsi Manage your Philips Hue lights.
Ukuran File 611 KB
Jumlah Instalasi 197
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2021-02-02
Tanggal Publikasi 2020-07-03
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://www.huegasm.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}