Huegasm Lite

Manage your Philips Hue lights.

Huegasm Liteคืออะไร?

Huegasm Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.huegasm.com และคุณลักษณะหลักของมันคือ "Manage your Philips Hue lights."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Huegasm Lite

ดาวน์โหลดไฟล์ส่วนขยาย Huegasm Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}