Boxee Remote
A remote control for the Boxee Box
ما هو Boxee Remote؟
Boxee Remote هو إضافة Chrome تم تطويرها بواسطة Josh Gachnang، والميزة الرئيسية لها هي "A remote control for the Boxee Box".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Boxee Remote
قم بتنزيل ملفات الامتداد Boxee Remote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } } |