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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DuckieTV และคุณลักษณะหลักของมันคือ "Full control over your Philips tv from your browser so you can leave that remote on the table"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TV Remote for Philips Smart TV

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}