ChromeHue for Philips Hue

Full-featured Philips Hue remote for Chrome

ChromeHue for Philips Hue란 무엇입니까?

ChromeHue for Philips Hue은(는) Nicolas VARROT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Full-featured Philips Hue remote for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ChromeHue for Philips Hue 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ChromeHue allows you to control the Philips Hue bulbs from your browser by using a nice user-friendly UI.

NEW: I made an experimental ChromeHue version for Firefox, you can download it here: https://addons.mozilla.org/en-US/firefox/addon/chromehue/

UPDATE NOTE 2.1.4 BETA (December 21, 2017)

Important bugs fixed

UPDATE NOTE 2.1.3 BETA (March 24, 2017)

- The Color Picker has been fully reworked to handle 2 of the 3 methods offered by PhilipsHue: "Hue/Sat"" and "CIE Color Space". The third method "Color temperature" will arrive soon.
Note: CIE Color Space method is much more accurate (mostly for Green, Cyan and Orange).
- Minor bugs fixed

UPDATE NOTE 2.0.2 BETA (March 15, 2017)

-Fix scrollbar issue on the screen to find a bridge

UPDATE NOTE 2.0.1 BETA (March 15, 2017)

-Fix manifest permissions mistake

UPDATE NOTE 2.0.0 BETA (March 15, 2017)

- ChromeHue has been fully rewritten and redesigned
- Room management
- The app can now manage multiple bridges (you can switch between them from the sidebar)
- In-app purchases has been disabled during the beta period and will be reactivated at the end of the beta. Of course, no need to buy the group management again if you have already purchased it
- A FireFox version is coming


UPDATE NOTE 1.1.6 (October 5, 2015):

Bug fix: Can't buy the group management feature from MAC OSX

UPDATE NOTE 1.1.4 (October 4, 2015):

The development of ChromeHue takes me a lot of time, for this reason i've decided to monetize the group feature. This feature costs 0.99 USD and  allow to use the group management feature forever. I hope you understand this choice.

UPDATE NOTE 1.1.2 (October 3, 2015):

- ChromeHue is now ready to work with the Bridge-v2 update available October 6.
- New authentication system (pairing required)
- You can now edit your groups!  

Features list:

- Switch bulbs on/off (for lights and groups)
- Change brightness (for lights and groups)
- Change hue (lights and groups)
- Blink bulbs (lights and groups)
- Enable color loop (lights and groups)
- Display/edit bulb informations
- Create/edit/delete groups
- Very easy setup and friendly UI
- Auto-discover your bridge on your local network

More information :

- Developed and tested with the bridge sofware version 01023599
- Currently, the remote API is not implemented, which mean you must be on the same local network as your bridge to communicate with it.



Feedbacks & Bug report : [email protected]                    

확장 프로그램 기본 정보

이름 ChromeHue for Philips Hue ChromeHue for Philips Hue
ID ofhimkkaomaoilmnmfhmdoekoaeclkoa
공식 URL https://chromewebstore.google.com/detail/chromehue-for-philips-hue/ofhimkkaomaoilmnmfhmdoekoaeclkoa
설명 Full-featured Philips Hue remote for Chrome
파일 크기 1.46 MB
설치 횟수 20,000
현재 버전 2.1.4
최근 업데이트 2018-02-05
출시 날짜 2018-02-05
평점 4.23/5 총 240 개의 평점
개발자 Nicolas VARROT
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.4",
    "name": "ChromeHue for Philips Hue",
    "short_name": "ChromeHue",
    "manifest_version": 2,
    "description": "Full-featured Philips Hue remote for Chrome",
    "browser_action": {
        "default_title": "ChromeHue",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.meethue.com  https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}