RaspberryCast
Share videos to Rpi
Wat is RaspberryCast?
RaspberryCast is een Chrome-extensie ontwikkeld door Vincent L., en de belangrijkste functie is "Share videos to Rpi".
Extensie Screenshots
Download het CRX-bestand van de extensie RaspberryCast
Download RaspberryCast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | RaspberryCast |
ID | aikmhmnmlebhcjjdbjilohbpfljioeak |
Officiële URL | https://chromewebstore.google.com/detail/raspberrycast/aikmhmnmlebhcjjdbjilohbpfljioeak |
Beschrijving | Share videos to Rpi |
Bestandsgrootte | 190 KB |
Aantal Installaties | 1,293 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2015-12-16 |
Publicatiedatum | 2015-12-16 |
Beoordeling | 3.93/5 Totaal 15 Beoordelingen |
Ontwikkelaar | Vincent L. |
Betalingswijze | free |
Extensiewebsite | https://github.com/vincent-lwt/RaspberryCast |
Ondersteunde Talen | 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" } |