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은(는) https://ambieye.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lightswitch Light allows control over digitally connected lightbulbs, such as Philips Hue."입니다.
확장 프로그램 스크린샷
Lightswitch Light for Philips Hue 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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'" } |