Boxee Remote

A remote control for the Boxee Box

什么是Boxee Remote?

Boxee Remote是由Josh Gachnang开发的Chrome扩展程序,该扩展的主要功能是“A remote control for the Boxee Box”。

扩展截图

screenshot

下载Boxee Remote扩展crx文件

下载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"
    }
}