Boxee Remote
A remote control for the Boxee Box
Vad är Boxee Remote?
Boxee Remote är en Chrome-tillägg utvecklad av Josh Gachnang, och dess huvudfunktion är "A remote control for the Boxee Box".
Tilläggsskärmbilder
Ladda ner Boxee Remote-förlängningens CRX-fil
Ladda ner Boxee Remote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | opafclhpogedbemlbnfamfnihojcamje |
Officiell webbadress | https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje |
Beskrivning | A remote control for the Boxee Box |
Filstorlek | 89.37 KB |
Antal Installationer | 117 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2013-01-07 |
Publiceringsdatum | 2013-01-07 |
Betyg | 3.50/5 Totalt 4 Betyg |
Utvecklare | Josh Gachnang |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/pcsforeducation/boxee_remote |
Hjälpsida URL | https://github.com/pcsforeducation/boxee_remote/issues |
Stödda Språk | 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" } } |