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」です。

拡張機能のスクリーンショット

screenshot

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 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'"
}