Video Screen Grabber

Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.

Video Screen Grabber란 무엇입니까?

Video Screen Grabber은(는) Shang Liang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Takes a screen grab of the video in the current page of what you are seeing now. For those people who needs to take screenshots of videos for their daily job (like my wife).  

Icon made by Freepik from www.flaticon.com                    

확장 프로그램 기본 정보

이름 Video Screen Grabber Video Screen Grabber
ID chacmggpblehgnjocmmedakmcnmhgnbo
공식 URL https://chromewebstore.google.com/detail/video-screen-grabber/chacmggpblehgnjocmmedakmcnmhgnbo
설명 Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.
파일 크기 36.25 KB
설치 횟수 89
현재 버전 0.0.2
최근 업데이트 2020-06-04
출시 날짜 2020-06-03
평점 5.00/5 총 1 개의 평점
개발자 Shang Liang
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Screen Grabber",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Screen grab\/capture the current frame of video elements of websites. Works for video conference calls, too.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}