Chrome Desktop Capture
Allows you to capture your desktop with chrome browser for use in video applications
Cos'è Chrome Desktop Capture?
Chrome Desktop Capture è un'estensione di Chrome sviluppata da innovawaresrl, e la sua funzione principale è "Allows you to capture your desktop with chrome browser for use in video applications".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Desktop Capture
Scarica i file di estensione Chrome Desktop Capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Chrome Desktop Capture |
ID | bhbklcgckfbdpmgakjabmmphhafeengj |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj |
Descrizione | Allows you to capture your desktop with chrome browser for use in video applications |
Dimensione del File | 5.5 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2021-09-13 |
Data di Pubblicazione | 2021-09-12 |
Sviluppatore | innovawaresrl |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |