Chrome Desktop Capture

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

Chrome Desktop Capture란 무엇입니까?

Chrome Desktop Capture은(는) innovawaresrl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to capture your desktop with chrome browser for use in video applications"입니다.

확장 프로그램 스크린샷

screenshot

Chrome Desktop Capture 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Chrome Desktop Capture Chrome Desktop Capture
ID bhbklcgckfbdpmgakjabmmphhafeengj
공식 URL https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj
설명 Allows you to capture your desktop with chrome browser for use in video applications
파일 크기 5.5 KB
설치 횟수 27
현재 버전 0.1.0
최근 업데이트 2021-09-13
출시 날짜 2021-09-12
개발자 innovawaresrl
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}