Lightswitch Light for Philips Hue

Lightswitch Light allows control over digitally connected lightbulbs, such as Philips Hue.

Lightswitch Light for Philips Hueคืออะไร?

Lightswitch Light for Philips Hue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ambieye.com และคุณลักษณะหลักของมันคือ "Lightswitch Light allows control over digitally connected lightbulbs, such as Philips Hue."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lightswitch Light for Philips Hue

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

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

                        Lightswitch is a browser extension to control the Philip Hue lights. Only one click away from turning the lights on and off. 

A pro version is available with dynamic scenes, group editing, colourlover integration, and ambient web mode: http://bit.ly/lightpro

Features:

• Turn all the light bulbs on or off.
• Auto bridge discovery.
• Minimal design.
• Blazing fast.

Setup:

After installing Lightswitch you will need to press the link button on the Philips Hue Bridge to authenticate the extension. Then control your lights from any home computer while on the same WiFi network. The application dims all the lights on and off with a single mouse click. No further setup necessary.

Philip Hue lights: 

To use this app you would have to buy and setup the Philips Hue starter kit. The Hue lights are digitally controlled lights using WiFi and Zigbee protocols. Available here: http://bit.ly/lightswitchhue

For updates, bugs and ideas, please contact apistarter.com!

Made in ♥ New York City by Dmitry Sadakov / sadakov.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lightswitch Light for Philips Hue Lightswitch Light for Philips Hue
ID ejkhknemoeccfghmfnbpekpkndaffjjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lightswitch-light-for-phi/ejkhknemoeccfghmfnbpekpkndaffjjm
คำอธิบาย Lightswitch Light allows control over digitally connected lightbulbs, such as Philips Hue.
ขนาดไฟล์ 7.49 MB
จำนวนการติดตั้ง 1,527
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2017-01-05
วันที่เผยแพร่ 2017-01-04
คะแนน 2.63/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://ambieye.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ambieye.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lightswitch Light for Philips Hue",
    "short_name": "Lightswitch",
    "description": "Lightswitch Light allows control over digitally connected lightbulbs, such as Philips Hue.",
    "version": "3.0.0",
    "author": "Dmitry Sadakov (sadakov.com)",
    "icons": {
        "16": "images\/lightswitch.logo.16.png",
        "32": "images\/lightswitch.logo.32.png",
        "48": "images\/lightswitch.logo.48.png",
        "128": "images\/lightswitch.logo.128.png"
    },
    "permissions": [
        "https:\/\/www.meethue.com\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/lightswitch.logo.48.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}