Boxee Remote

A remote control for the Boxee Box

O que é Boxee Remote?

Boxee Remote é uma extensão do Chrome desenvolvida por Josh Gachnang, e sua principal característica é "A remote control for the Boxee Box".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Boxee Remote

Baixe arquivos de extensão Boxee Remote no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Boxee Remote Boxee Remote
ID opafclhpogedbemlbnfamfnihojcamje
URL Oficial https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje
Descrição A remote control for the Boxee Box
Tamanho do Arquivo 89.37 KB
Contagem de Instalações 117
Versão Atual 0.0.1
Última Atualização 2013-01-07
Data de Publicação 2013-01-07
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor Josh Gachnang
Tipo de Pagamento free
Site da Extensão https://github.com/pcsforeducation/boxee_remote
URL da Página de Ajuda https://github.com/pcsforeducation/boxee_remote/issues
Idiomas Suportados 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"
    }
}