Chrome Desktop Capture

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

Apa itu Chrome Desktop Capture?

Chrome Desktop Capture adalah ekstensi Chrome yang dikembangkan oleh innovawaresrl, dan fitur utamanya adalah "Allows you to capture your desktop with chrome browser for use in video applications".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chrome Desktop Capture

Unduh file ekstensi Chrome Desktop Capture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Chrome Desktop Capture Chrome Desktop Capture
ID bhbklcgckfbdpmgakjabmmphhafeengj
URL Resmi https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj
Deskripsi Allows you to capture your desktop with chrome browser for use in video applications
Ukuran File 5.5 KB
Jumlah Instalasi 27
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2021-09-13
Tanggal Publikasi 2021-09-12
Pengembang innovawaresrl
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}