Remoku

Control your Roku with a web app.

什麼是Remoku?

Remoku是由https://remoku.tv開發的Chrome擴展程式,該擴展的主要功能是“Control your Roku with a web app.”。

擴展截圖

screenshot

下載Remoku擴展crx文件

下載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
官方網址 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"
    }
}