RaspberryCast
Share videos to Rpi
O que é RaspberryCast?
RaspberryCast é uma extensão do Chrome desenvolvida por Vincent L., e sua principal característica é "Share videos to Rpi".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RaspberryCast
Baixe arquivos de extensão RaspberryCast no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | RaspberryCast |
ID | aikmhmnmlebhcjjdbjilohbpfljioeak |
URL Oficial | https://chromewebstore.google.com/detail/raspberrycast/aikmhmnmlebhcjjdbjilohbpfljioeak |
Descrição | Share videos to Rpi |
Tamanho do Arquivo | 190 KB |
Contagem de Instalações | 1,293 |
Versão Atual | 1.3.0 |
Última Atualização | 2015-12-16 |
Data de Publicação | 2015-12-16 |
Classificação | 3.93/5 Total de 15 Avaliações |
Desenvolvedor | Vincent L. |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/vincent-lwt/RaspberryCast |
Idiomas Suportados | 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" } |