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
官方網址 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"
    }
}