Remoku

Control your Roku with a web app.

Remokuคืออะไร?

Remoku เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://remoku.tv และคุณลักษณะหลักของมันคือ "Control your Roku with a web app."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remoku

ดาวน์โหลดไฟล์ส่วนขยาย Remoku ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Remoku is a network remote control for Roku streaming players, written in Javascript, CSS, and HTML5. This extension adds a shortcut icon to Chrome, that launches Remoku in a popup window.  You can control your Roku after setup using the on-screen icons, or with the keyboard.  See help.remoku.tv for more information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Remoku Remoku
ID kmbcoebcjaiiejopnadjlknjhifadnlg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remoku/kmbcoebcjaiiejopnadjlknjhifadnlg
คำอธิบาย Control your Roku with a web app.
ขนาดไฟล์ 1.09 MB
จำนวนการติดตั้ง 38,243
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2012-08-20
วันที่เผยแพร่ 2012-08-20
คะแนน 3.01/5 รวมทั้งหมด 210 คะแนน
ผู้พัฒนา https://remoku.tv
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://remoku.tv/
URL หน้าช่วยเหลือ http://help.remoku.tv/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remoku",
    "description": "Control your Roku with a web app.",
    "version": "2.0.1",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "Remoku Chrome Icon.png",
        "default_popup": "chrome_extension_popup.html"
    },
    "icons": {
        "128": "Remoku_128.png"
    }
}