Boxee Remote
A remote control for the Boxee Box
什麼是Boxee Remote?
Boxee Remote是由Josh Gachnang開發的Chrome擴展程式,該擴展的主要功能是“A remote control for the Boxee Box”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | opafclhpogedbemlbnfamfnihojcamje |
官方網址 | 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" } } |