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
Eメール [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"
    }
}