Chrome Desktop Capture

Allows you to capture your desktop with chrome browser for use in video applications

Chrome Desktop Capture là gì?

Chrome Desktop Capture là một tiện ích mở rộng Chrome được phát triển bởi innovawaresrl, và tính năng chính của nó là "Allows you to capture your desktop with chrome browser for use in video applications".

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

screenshot

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

Tải xuống các tệp mở rộng Chrome Desktop Capture 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

                        This extension allows you to access to capture of screen, application windows and browser tabs on Chrome and then show the results of that on the page.
Chrome does not allow you to access the content of a screen via the mediaDevices API.                    

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

Tên Chrome Desktop Capture Chrome Desktop Capture
ID bhbklcgckfbdpmgakjabmmphhafeengj
URL Chính Thức https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj
Mô tả Allows you to capture your desktop with chrome browser for use in video applications
Kích Thước Tệp 5.5 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-09-13
Ngày Phát Hành 2021-09-12
Nhà Phát Triển innovawaresrl
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Desktop Capture",
    "description": "Allows you to capture your desktop with chrome browser for use in video applications",
    "version": "0.1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.assistdigital.it\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ],
    "icons": {
        "128": "ScreenSharingIcon.png"
    }
}