Desktop Screen Capture

This WebRTC screen capturing extension can be used within any WebRTC library/application!

Desktop Screen Capture란 무엇입니까?

Desktop Screen Capture은(는) Kesavan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This WebRTC screen capturing extension can be used within any WebRTC library/application!"입니다.

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

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

확장 프로그램 사용 설명서

                        This plugin will capture desktop screen and share with application used                    

확장 프로그램 기본 정보

이름 Desktop Screen Capture Desktop Screen Capture
ID incidfiopdpenddingekgkhmdnkackke
공식 URL https://chromewebstore.google.com/detail/desktop-screen-capture/incidfiopdpenddingekgkhmdnkackke
설명 This WebRTC screen capturing extension can be used within any WebRTC library/application!
파일 크기 23.53 KB
설치 횟수 30
현재 버전 1.3
최근 업데이트 2015-09-06
출시 날짜 2015-09-06
개발자 Kesavan
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Desktop Screen Capture",
    "author": "Kesavan Mannupillai",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!",
    "homepage_url": "https:\/\/52.25.232.34\/getScreenId\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "1": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}