Boxee Remote

A remote control for the Boxee Box

Apa itu Boxee Remote?

Boxee Remote adalah ekstensi Chrome yang dikembangkan oleh Josh Gachnang, dan fitur utamanya adalah "A remote control for the Boxee Box".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Boxee Remote

Unduh file ekstensi Boxee Remote dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Boxee Remote Boxee Remote
ID opafclhpogedbemlbnfamfnihojcamje
URL Resmi https://chromewebstore.google.com/detail/boxee-remote/opafclhpogedbemlbnfamfnihojcamje
Deskripsi A remote control for the Boxee Box
Ukuran File 89.37 KB
Jumlah Instalasi 117
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2013-01-07
Tanggal Publikasi 2013-01-07
Penilaian 3.50/5 Total 4 Penilaian
Pengembang Josh Gachnang
Tipe Pembayaran free
Situs Ekstensi https://github.com/pcsforeducation/boxee_remote
URL Halaman Bantuan https://github.com/pcsforeducation/boxee_remote/issues
Bahasa yang Didukung 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"
    }
}