Chrome Desktop Capture

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

Co je Chrome Desktop Capture?

Chrome Desktop Capture je rozšíření Chrome vyvinuté innovawaresrl, a jeho hlavní funkcí je „Allows you to capture your desktop with chrome browser for use in video applications“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Chrome Desktop Capture

Stáhněte si soubory rozšíření Chrome Desktop Capture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Chrome Desktop Capture Chrome Desktop Capture
ID bhbklcgckfbdpmgakjabmmphhafeengj
Oficiální URL https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj
Popis Allows you to capture your desktop with chrome browser for use in video applications
Velikost souboru 5.5 KB
Počet instalací 27
Aktuální Verze 0.1.0
Poslední Aktualizace 2021-09-13
Datum Vydání 2021-09-12
Vývojář innovawaresrl
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}