Boxee Remote

A remote control for the Boxee Box

Boxee Remoteคืออะไร?

Boxee Remote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Josh Gachnang และคุณลักษณะหลักของมันคือ "A remote control for the Boxee Box"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boxee Remote

ดาวน์โหลดไฟล์ส่วนขยาย Boxee Remote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to control your Boxee Box (and possibly Boxee TV) from your browser. I am always losing my remote, and I don't like the phone apps. 

The project is open source under GPLv3. You can find the code and contribute at https://github.com/pcsforeducation/boxee_remote.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Boxee Remote Boxee Remote
ID opafclhpogedbemlbnfamfnihojcamje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje
คำอธิบาย A remote control for the Boxee Box
ขนาดไฟล์ 89.37 KB
จำนวนการติดตั้ง 117
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2013-01-07
วันที่เผยแพร่ 2013-01-07
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Josh Gachnang
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pcsforeducation/boxee_remote
URL หน้าช่วยเหลือ https://github.com/pcsforeducation/boxee_remote/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boxee Remote",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A remote control for the Boxee Box",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}