Huegasm Lite

Manage your Philips Hue lights.

Huegasm Lite क्या है?

Huegasm Lite https://www.huegasm.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your Philips Hue lights."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Huegasm Lite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Huegasm Lite Huegasm Lite
ID dgjggcgamlancpmfnkdgnlegnhbikioj
आधिकारिक URL https://chromewebstore.google.com/detail/huegasm-lite/dgjggcgamlancpmfnkdgnlegnhbikioj
विवरण Manage your Philips Hue lights.
फ़ाइल का आकार 611 KB
स्थापना संख्या 197
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2021-02-02
प्रकाशन तिथि 2020-07-03
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.huegasm.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}