Boxee Remote

A remote control for the Boxee Box

Boxee Remote là gì?

Boxee Remote là một tiện ích mở rộng Chrome được phát triển bởi Josh Gachnang, và tính năng chính của nó là "A remote control for the Boxee Box".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Boxee Remote

Tải xuống các tệp mở rộng Boxee Remote dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Boxee Remote Boxee Remote
ID opafclhpogedbemlbnfamfnihojcamje
URL Chính Thức https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje
Mô tả A remote control for the Boxee Box
Kích Thước Tệp 89.37 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2013-01-07
Ngày Phát Hành 2013-01-07
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Josh Gachnang
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pcsforeducation/boxee_remote
URL Trang Trợ Giúp https://github.com/pcsforeducation/boxee_remote/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}