RaspberryCast
Share videos to Rpi
Cos'è RaspberryCast?
RaspberryCast è un'estensione di Chrome sviluppata da Vincent L., e la sua funzione principale è "Share videos to Rpi".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RaspberryCast
Scarica i file di estensione RaspberryCast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | RaspberryCast |
ID | aikmhmnmlebhcjjdbjilohbpfljioeak |
URL Ufficiale | https://chromewebstore.google.com/detail/raspberrycast/aikmhmnmlebhcjjdbjilohbpfljioeak |
Descrizione | Share videos to Rpi |
Dimensione del File | 190 KB |
Conteggio Installazioni | 1,293 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2015-12-16 |
Data di Pubblicazione | 2015-12-16 |
Valutazione | 3.93/5 Totale 15 Valutazioni |
Sviluppatore | Vincent L. |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/vincent-lwt/RaspberryCast |
Lingue Supportate | 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" } |