Boxee Remote
A remote control for the Boxee Box
Co to jest Boxee Remote?
Boxee Remote to rozszerzenie Chrome opracowane przez Josh Gachnang, a jego główną funkcją jest „A remote control for the Boxee Box”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Boxee Remote
Pobierz pliki rozszerzeń Boxee Remote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | opafclhpogedbemlbnfamfnihojcamje |
Oficjalny URL | https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje |
Opis | A remote control for the Boxee Box |
Rozmiar pliku | 89.37 KB |
Liczba instalacji | 117 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2013-01-07 |
Data Publikacji | 2013-01-07 |
Ocena | 3.50/5 Łącznie 4 Oceny |
Deweloper | Josh Gachnang |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/pcsforeducation/boxee_remote |
Adres URL Strony Pomocy | https://github.com/pcsforeducation/boxee_remote/issues |
Obsługiwane Języki | 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" } } |