Boxee Remote
A remote control for the Boxee Box
Co je Boxee Remote?
Boxee Remote je rozšíření Chrome vyvinuté Josh Gachnang, a jeho hlavní funkcí je „A remote control for the Boxee Box“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Boxee Remote
Stáhněte si soubory rozšíření Boxee Remote ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | opafclhpogedbemlbnfamfnihojcamje |
Oficiální URL | https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje |
Popis | A remote control for the Boxee Box |
Velikost souboru | 89.37 KB |
Počet instalací | 117 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2013-01-07 |
Datum Vydání | 2013-01-07 |
Hodnocení | 3.50/5 Celkem 4 Hodnocení |
Vývojář | Josh Gachnang |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/pcsforeducation/boxee_remote |
URL Stránky Nápovědy | https://github.com/pcsforeducation/boxee_remote/issues |
Podporované Jazyky | 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" } } |