Boxee Remote

A remote control for the Boxee Box

Cos'è Boxee Remote?

Boxee Remote è un'estensione di Chrome sviluppata da Josh Gachnang, e la sua funzione principale è "A remote control for the Boxee Box".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Boxee Remote

Scarica i file di estensione Boxee Remote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Boxee Remote Boxee Remote
ID opafclhpogedbemlbnfamfnihojcamje
URL Ufficiale https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje
Descrizione A remote control for the Boxee Box
Dimensione del File 89.37 KB
Conteggio Installazioni 117
Versione Corrente 0.0.1
Ultimo Aggiornamento 2013-01-07
Data di Pubblicazione 2013-01-07
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore Josh Gachnang
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pcsforeducation/boxee_remote
URL della Pagina di Aiuto https://github.com/pcsforeducation/boxee_remote/issues
Lingue Supportate 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"
    }
}