Remoku
Control your Roku with a web app.
Remokuとは何ですか?
Remokuはhttps://remoku.tvによって開発されたChromeの拡張機能で、その主な機能は「Control your Roku with a web app.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |