RaspberryCast

Share videos to Rpi

RaspberryCast là gì?

RaspberryCast là một tiện ích mở rộng Chrome được phát triển bởi Vincent L., và tính năng chính của nó là "Share videos to Rpi".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng RaspberryCast

Tải xuống các tệp mở rộng RaspberryCast dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RaspberryCast RaspberryCast
ID aikmhmnmlebhcjjdbjilohbpfljioeak
URL Chính Thức https://chromewebstore.google.com/detail/raspberrycast/aikmhmnmlebhcjjdbjilohbpfljioeak
Mô tả Share videos to Rpi
Kích Thước Tệp 190 KB
Số Lần Cài Đặt 1,293
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2015-12-16
Ngày Phát Hành 2015-12-16
Đánh Giá 3.93/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Vincent L.
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vincent-lwt/RaspberryCast
Ngôn Ngữ Được Hỗ Trợ 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"
}