Chrome Desktop Capture
Allows you to capture your desktop with chrome browser for use in video applications
Co to jest Chrome Desktop Capture?
Chrome Desktop Capture to rozszerzenie Chrome opracowane przez innovawaresrl, a jego główną funkcją jest „Allows you to capture your desktop with chrome browser for use in video applications”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chrome Desktop Capture
Pobierz pliki rozszerzeń Chrome Desktop Capture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Chrome Desktop Capture |
ID | bhbklcgckfbdpmgakjabmmphhafeengj |
Oficjalny URL | https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj |
Opis | Allows you to capture your desktop with chrome browser for use in video applications |
Rozmiar pliku | 5.5 KB |
Liczba instalacji | 27 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2021-09-13 |
Data Publikacji | 2021-09-12 |
Deweloper | innovawaresrl |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |