TV Remote for Philips Smart TV
Full control over your Philips tv from your browser so you can leave that remote on the table
TV Remote for Philips Smart TV란 무엇입니까?
TV Remote for Philips Smart TV은(는) DuckieTV에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Full control over your Philips tv from your browser so you can leave that remote on the table"입니다.
확장 프로그램 스크린샷
TV Remote for Philips Smart TV 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Basically the Philips MyRemote app for Angular, cloned to now work as a Chrome browser action. The applcation performs a scan of your local network to find your Philips Smart TV's that support the JointSpace JSON API. Select your TV and enjoy not having to bend over to fetch the remote from the table. You can now use it straight from the new icon next to the address bar! Changelog: v1.0.1 : Fixed initial release. v1.0 : initial release
확장 프로그램 기본 정보
이름 | TV Remote for Philips Smart TV |
ID | gpjdnkhbioemglbhdaaikcnkdcnpgiph |
공식 URL | https://chromewebstore.google.com/detail/tv-remote-for-philips-sma/gpjdnkhbioemglbhdaaikcnkdcnpgiph |
설명 | Full control over your Philips tv from your browser so you can leave that remote on the table |
파일 크기 | 432 KB |
설치 횟수 | 1,293 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2015-07-25 |
출시 날짜 | 2015-07-25 |
평점 | 2.44/5 총 57 개의 평점 |
개발자 | DuckieTV |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/SchizoDuckie/PhilipsTVRemoteChrome |
개인정보 보호 정책 페이지 URL | http://schizoduckie.github.io/DuckieTV |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TV Remote for Philips Smart TV", "short_name": "Remote for Philips TV", "description": "Full control over your Philips tv from your browser so you can leave that remote on the table", "version": "1.0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*" ], "browser_action": { "default_icon": "icon-48.png", "default_popup": "philips.html" }, "icons": { "48": "icon-48.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |