Webcam Video Recorder/Capture

Webcam Video Recorder or capture lets you record and download video using laptop's webcam

Webcam Video Recorder/Capture란 무엇입니까?

Webcam Video Recorder/Capture은(는) https://chromecrxstore.com/webcamvideorecorder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Webcam Video Recorder or capture lets you record and download video using laptop's webcam"입니다.

확장 프로그램 스크린샷

screenshot

Webcam Video Recorder/Capture 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Webcam Video Recorder is a very simple tool to record your HD videos (depends on your PC camera) and save and download them to your hard disk instantly in WebM format which you can play in browsers such as Chrome, Firefox or any other modern browser which supports HTML5. You can also convert WebM files to video format of your choice using various free to use online tools. One more thing, you don't need to register to use this extension!                    

확장 프로그램 기본 정보

이름 Webcam Video Recorder/Capture Webcam Video Recorder/Capture
ID pngkcbpnnohapfoolipfmjbnpibockmp
공식 URL https://chrome.google.com/webstore/detail/webcam-video-recordercapt/pngkcbpnnohapfoolipfmjbnpibockmp
설명 Webcam Video Recorder or capture lets you record and download video using laptop's webcam
파일 크기 5.47 KB
설치 횟수 3,000
현재 버전 1.0
최근 업데이트 2018-01-21
출시 날짜 2018-01-21
평점 3.95/5 총 21 개의 평점
개발자 https://chromecrxstore.com/webcamvideorecorder
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chromecrxstore.com/webcamvideorecorder/
개인정보 보호 정책 페이지 URL https://chromecrxstore.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webcam Video Recorder\/Capture",
    "version": "1.0",
    "description": "Webcam Video Recorder or capture lets you record and download video using laptop's webcam",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/chromecrxstore.com\/webcamvideorecorder\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Webcam Video Recorder-Capture"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}