Video Camera

Screenshot video to image in one click

Video Camera란 무엇입니까?

Video Camera은(는) Volope Develop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screenshot video to image in one click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Video Camera 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Capture a picture from video in one click.

Capturing a photo from a video is fairly simple in VideoCamera.

To begin capturing a picture from your video, click the capture button in right bottom corner.

No ads, spyware and unnecessary permissions - you're just in a one click away from an ideal capture.

### What you can do with VideoCamera
✓ Capturing a photo from a video
✓ Save image to disk as PNG
✓ Copy to clipboard
✓ Print
✓ Edit Image

### Coming Soon
✓ Upload to Twitter, ImageShack, Flickr, EasyCaptures, ImgBB, custom FTP or HTTP servers                    

확장 프로그램 기본 정보

이름 Video Camera Video Camera
ID fgfffdaogehmmaolhbfaljnjmgglakfc
공식 URL https://chromewebstore.google.com/detail/video-camera/fgfffdaogehmmaolhbfaljnjmgglakfc
설명 Screenshot video to image in one click
파일 크기 3.25 MB
설치 횟수 160
현재 버전 1.0.1
최근 업데이트 2022-03-23
출시 날짜 2022-03-22
개발자 Volope Develop
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "short_name": "Video Camera",
    "name": "Video Camera",
    "description": "Screenshot video to image in one click",
    "action": {
        "default_title": "Video Camera",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self';     object-src 'self'"
    }
}