Boxee Remote
A remote control for the Boxee Box
Boxee Remote क्या है?
Boxee Remote Josh Gachnang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A remote control for the Boxee Box"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Boxee Remote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | opafclhpogedbemlbnfamfnihojcamje |
आधिकारिक URL | https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje |
विवरण | A remote control for the Boxee Box |
फ़ाइल का आकार | 89.37 KB |
स्थापना संख्या | 117 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2013-01-07 |
प्रकाशन तिथि | 2013-01-07 |
रेटिंग | 3.50/5 कुल 4 रेटिंग्स |
डेवलपर | Josh Gachnang |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/pcsforeducation/boxee_remote |
सहायता पृष्ठ URL | https://github.com/pcsforeducation/boxee_remote/issues |
समर्थित भाषाएँ | 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" } } |