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