Chrome Desktop Capture
Allows you to capture your desktop with chrome browser for use in video applications
Was ist Chrome Desktop Capture?
Chrome Desktop Capture ist eine Chrome-Erweiterung, die von innovawaresrl entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to capture your desktop with chrome browser for use in video applications".
Erweiterungsscreenshots
Chrome Desktop Capture-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome Desktop Capture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Chrome Desktop Capture |
ID | bhbklcgckfbdpmgakjabmmphhafeengj |
Offizielle URL | https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj |
Beschreibung | Allows you to capture your desktop with chrome browser for use in video applications |
Dateigröße | 5.5 KB |
Installationsanzahl | 27 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2021-09-13 |
Veröffentlichungsdatum | 2021-09-12 |
Entwickler | innovawaresrl |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |