RaspberryCast
Share videos to Rpi
Vad är RaspberryCast?
RaspberryCast är en Chrome-tillägg utvecklad av Vincent L., och dess huvudfunktion är "Share videos to Rpi".
Tilläggsskärmbilder
Ladda ner RaspberryCast-förlängningens CRX-fil
Ladda ner RaspberryCast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | aikmhmnmlebhcjjdbjilohbpfljioeak |
| Officiell webbadress | https://chromewebstore.google.com/detail/raspberrycast/aikmhmnmlebhcjjdbjilohbpfljioeak |
| Beskrivning | Share videos to Rpi |
| Filstorlek | 190 KB |
| Antal Installationer | 1,293 |
| Aktuell Version | 1.3.0 |
| Senast Uppdaterad | 2015-12-16 |
| Publiceringsdatum | 2015-12-16 |
| Betyg | 3.93/5 Totalt 15 Betyg |
| Utvecklare | Vincent L. |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/vincent-lwt/RaspberryCast |
| Stödda Språk | 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"
} | |