RaspberryCast
Share videos to Rpi
RaspberryCastとは何ですか?
RaspberryCastはVincent L.によって開発されたChromeの拡張機能で、その主な機能は「Share videos to Rpi」です。
拡張機能のスクリーンショット
RaspberryCast拡張機能のCRXファイルをダウンロード
RaspberryCast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this extension to stream and control videos on your Raspberry Pi, using the RaspberryCast server. Link of the main project : https://github.com/vincelwt/RaspberryCast
拡張機能の基本情報
名前 | RaspberryCast |
ID | aikmhmnmlebhcjjdbjilohbpfljioeak |
公式URL | https://chromewebstore.google.com/detail/raspberrycast/aikmhmnmlebhcjjdbjilohbpfljioeak |
説明 | Share videos to Rpi |
ファイルサイズ | 190 KB |
インストール数 | 1,293 |
現在のバージョン | 1.3.0 |
最終更新日 | 2015-12-16 |
公開日 | 2015-12-16 |
評価 | 3.93/5 合計 15 レビュー |
開発者 | Vincent L. |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/vincent-lwt/RaspberryCast |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "js\/background.js", "js\/popup.js", "js\/jquery-2.1.3.min.js" ] }, "browser_action": { "default_icon": "20.png", "default_title": "RasperryCast remote", "default_popup": "popup.html" }, "description": "Share videos to Rpi", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "options_page": "options.html", "manifest_version": 2, "name": "RaspberryCast", "permissions": [ "contextMenus", "tabs", "notifications" ], "version": "1.3.0" } |