RaspberryCast
Share videos to Rpi
RaspberryCastคืออะไร?
RaspberryCast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vincent L. และคุณลักษณะหลักของมันคือ "Share videos to Rpi"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RaspberryCast
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |