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文件
下載TV Remote for Philips Smart TV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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'" } |