TV Remote for Philips Smart TV
Full control over your Philips tv from your browser so you can leave that remote on the table
O que é TV Remote for Philips Smart TV?
TV Remote for Philips Smart TV é uma extensão do Chrome desenvolvida por DuckieTV, e sua principal característica é "Full control over your Philips tv from your browser so you can leave that remote on the table".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TV Remote for Philips Smart TV
Baixe arquivos de extensão TV Remote for Philips Smart TV no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | TV Remote for Philips Smart TV |
ID | gpjdnkhbioemglbhdaaikcnkdcnpgiph |
URL Oficial | https://chromewebstore.google.com/detail/tv-remote-for-philips-sma/gpjdnkhbioemglbhdaaikcnkdcnpgiph |
Descrição | Full control over your Philips tv from your browser so you can leave that remote on the table |
Tamanho do Arquivo | 432 KB |
Contagem de Instalações | 1,293 |
Versão Atual | 1.0.1 |
Última Atualização | 2015-07-25 |
Data de Publicação | 2015-07-25 |
Classificação | 2.44/5 Total de 57 Avaliações |
Desenvolvedor | DuckieTV |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/SchizoDuckie/PhilipsTVRemoteChrome |
URL da Página de Política de Privacidade | http://schizoduckie.github.io/DuckieTV |
Idiomas Suportados | 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'" } |