Boxee Remote

A remote control for the Boxee Box

Wat is Boxee Remote?

Boxee Remote is een Chrome-extensie ontwikkeld door Josh Gachnang, en de belangrijkste functie is "A remote control for the Boxee Box".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Boxee Remote

Download Boxee Remote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Boxee Remote Boxee Remote
ID opafclhpogedbemlbnfamfnihojcamje
Officiële URL https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje
Beschrijving A remote control for the Boxee Box
Bestandsgrootte 89.37 KB
Aantal Installaties 117
Huidige Versie 0.0.1
Laatst Bijgewerkt 2013-01-07
Publicatiedatum 2013-01-07
Beoordeling 3.50/5 Totaal 4 Beoordelingen
Ontwikkelaar Josh Gachnang
Betalingswijze free
Extensiewebsite https://github.com/pcsforeducation/boxee_remote
Help Pagina-URL https://github.com/pcsforeducation/boxee_remote/issues
Ondersteunde Talen 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"
    }
}