Web Cam - Record Video or Image

Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…

Web Cam - Record Video or Image란 무엇입니까?

Web Cam - Record Video or Image은(는) ClearApps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…"입니다.

확장 프로그램 스크린샷

screenshot

Web Cam - Record Video or Image 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Capture any website with interactions as video or Image.

Capture video played in any website like youtube as a video.
Record any step by step process in a website as a video or set of images.
Screen shot of any website as image.

For any bug or enhancement request please write to me at [email protected]                    

확장 프로그램 기본 정보

이름 Web Cam - Record Video or Image Web Cam - Record Video or Image
ID hjpdibahpcalhlgndellckjenjakalbo
공식 URL https://chromewebstore.google.com/detail/web-cam-record-video-or-i/hjpdibahpcalhlgndellckjenjakalbo
설명 Capture any website with interactions as video or Image. Capture video played in any website like youtube as a video. Record any…
파일 크기 1.05 MB
설치 횟수 5,465
현재 버전 1.4
최근 업데이트 2016-12-18
출시 날짜 2016-12-18
평점 3.39/5 총 51 개의 평점
개발자 ClearApps
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Cam - Record Video or Image",
    "version": "1.4",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Capture any website or your actions in a website as video or Images"
    }
}