Boxee Remote
A remote control for the Boxee Box
Qu'est-ce que Boxee Remote ?
Boxee Remote est une extension Chrome développée par Josh Gachnang, et sa fonction principale est "A remote control for the Boxee Box".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Boxee Remote
Téléchargez les fichiers d'extension Boxee Remote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | opafclhpogedbemlbnfamfnihojcamje |
URL Officiel | https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje |
Description | A remote control for the Boxee Box |
Taille du Fichier | 89.37 KB |
Nombre d'Installations | 117 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2013-01-07 |
Date de Publication | 2013-01-07 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | Josh Gachnang |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/pcsforeducation/boxee_remote |
URL de la Page d'Aide | https://github.com/pcsforeducation/boxee_remote/issues |
Langues Prises en Charge | 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" } } |