Chrome Desktop Capture
Allows you to capture your desktop with chrome browser for use in video applications
Vad är Chrome Desktop Capture?
Chrome Desktop Capture är en Chrome-tillägg utvecklad av innovawaresrl, och dess huvudfunktion är "Allows you to capture your desktop with chrome browser for use in video applications".
Tilläggsskärmbilder
Ladda ner Chrome Desktop Capture-förlängningens CRX-fil
Ladda ner Chrome Desktop Capture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Chrome Desktop Capture |
ID | bhbklcgckfbdpmgakjabmmphhafeengj |
Officiell webbadress | https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj |
Beskrivning | Allows you to capture your desktop with chrome browser for use in video applications |
Filstorlek | 5.5 KB |
Antal Installationer | 27 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2021-09-13 |
Publiceringsdatum | 2021-09-12 |
Utvecklare | innovawaresrl |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |