Chrome Desktop Capture

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

什么是Chrome Desktop Capture?

Chrome Desktop Capture是由innovawaresrl开发的Chrome扩展程序,该扩展的主要功能是“Allows you to capture your desktop with chrome browser for use in video applications”。

扩展截图

screenshot

下载Chrome Desktop Capture扩展crx文件

下载Chrome Desktop Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Chrome Desktop Capture Chrome Desktop Capture
ID bhbklcgckfbdpmgakjabmmphhafeengj
官方URL https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj
简介 Allows you to capture your desktop with chrome browser for use in video applications
文件大小 5.5 KB
安装次数 27
当前版本 0.1.0
更新时间 2021-09-13
上架时间 2021-09-12
开发者 innovawaresrl
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}