QNRTC Screen Capture

使用此拓展共享您的桌面窗口

QNRTC Screen Capture란 무엇입니까?

QNRTC Screen Capture은(는) pili-coresdk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "使用此拓展共享您的桌面窗口"입니다.

확장 프로그램 스크린샷

screenshot

QNRTC Screen Capture 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        使用此插件让 chrome 支持屏幕共享                    

확장 프로그램 기본 정보

이름 QNRTC Screen Capture QNRTC Screen Capture
ID kelbkaklgngbpjmfopeiclhfmpgnkkpe
공식 URL https://chromewebstore.google.com/detail/qnrtc-screen-capture/kelbkaklgngbpjmfopeiclhfmpgnkkpe
설명 使用此拓展共享您的桌面窗口
파일 크기 20.86 KB
설치 횟수 145
현재 버전 1.1.0
최근 업데이트 2018-07-31
출시 날짜 2018-07-30
평점 5.00/5 총 2 개의 평점
개발자 pili-coresdk
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QNRTC Screen Capture",
    "author": "disoul",
    "version": "1.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "description": "\u4f7f\u7528\u6b64\u62d3\u5c55\u5171\u4eab\u60a8\u7684\u684c\u9762\u7a97\u53e3",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}