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" } |