Boxee Remote

A remote control for the Boxee Box

Was ist Boxee Remote?

Boxee Remote ist eine Chrome-Erweiterung, die von Josh Gachnang entwickelt wurde, und ihr Hauptmerkmal ist "A remote control for the Boxee Box".

Erweiterungsscreenshots

screenshot

Boxee Remote-Erweiterungs-CRX-Datei herunterladen

Laden Sie Boxee Remote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Boxee Remote Boxee Remote
ID opafclhpogedbemlbnfamfnihojcamje
Offizielle URL https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje
Beschreibung A remote control for the Boxee Box
Dateigröße 89.37 KB
Installationsanzahl 117
Aktuelle Version 0.0.1
Letztes Update 2013-01-07
Veröffentlichungsdatum 2013-01-07
Bewertung 3.50/5 Insgesamt 4 Bewertungen
Entwickler Josh Gachnang
Zahlungsart free
Erweiterungswebsite https://github.com/pcsforeducation/boxee_remote
Hilfeseite URL https://github.com/pcsforeducation/boxee_remote/issues
Unterstützte Sprachen 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"
    }
}