AutoLights
Automaticly controls your Hue lights based on Plex interaction
AutoLights란 무엇입니까?
AutoLights은(는) http://dev.vdweert.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automaticly controls your Hue lights based on Plex interaction"입니다.
확장 프로그램 스크린샷
AutoLights 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BETA - BETA You have a Plex Media Server and Chrome running on the same device and also some Hue lights in your living room? Good news, you can let Plex control your Hue Scenes when you start watching a show or movie. AutoLights can be configured to connect Plex Series to Hue Light Scenes. When a show is playing on Plex, the corresponding Hue Scene will be activated. You pause or stop watching, other scenes will be activated. All rules can be manually configured. Currently supporting: - Auto detection of Hue Bridge and authorisation with the 'link button' - List series in Plex Series Sections - List all (cached) Hue Scenes - Create and remove rules to connect Plex Series to Hue Scenes, based on active platform - Create default rules for Shows and Movies - Create rules for 'paused' and 'stopped' state - Pause and resume the Plex monitoring (toggle icon) Good to know: - Scenes from Hue are only listed if they are recently used. If a scene is not available, activate it manually with your Hue app and reload the 'options'-page - Series are retrieved from the "TV Shows" section-type in Plex. - Toggle the icon to disable/active the monitoring on the Plex playing status. - There is a maximum delay of about 1 minute in switching light scenes. Due to restrictions this can't be any shorter. What's new 0.1.50214: - Bug fixes for icon behaviour - Improved error handling What's new 0.1.50213: - New icons - Persistent running in background What's new 0.1.50207: - Bug fix for sunset/sunrise - Bug fix for sorting selection fields on options page
확장 프로그램 기본 정보
이름 | |
ID | mnfdomibkhbnlmbfnmfknpcbfkeehdkj |
공식 URL | https://chrome.google.com/webstore/detail/autolights/mnfdomibkhbnlmbfnmfknpcbfkeehdkj |
설명 | Automaticly controls your Hue lights based on Plex interaction |
파일 크기 | 73.64 KB |
설치 횟수 | 114 |
현재 버전 | 0.1.50322 |
최근 업데이트 | 2015-03-21 |
출시 날짜 | 2015-03-21 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://dev.vdweert.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://dev.vdweert.com/autolights-hue-plex/ |
도움말 페이지 URL | http://dev.vdweert.com/autolights-hue-plex/autolights-faq/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_shortname__", "description": "__MSG_description__", "version": "0.1.50322", "minimum_chrome_version": "38", "browser_action": { "default_title": "__MSG_name__", "default_icon": "assets\/al_tv_off.png" }, "icons": { "19": "assets\/al_tv_on_pause.png", "128": "assets\/auto-lights128.png" }, "permissions": [ "tabs", "alarms", " |