Video Screen Grabber

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

Video Screen Grabber là gì?

Video Screen Grabber là một tiện ích mở rộng Chrome được phát triển bởi Shang Liang, và tính năng chính của nó là "Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Screen Grabber

Tải xuống các tệp mở rộng Video Screen Grabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Screen Grabber Video Screen Grabber
ID chacmggpblehgnjocmmedakmcnmhgnbo
URL Chính Thức https://chromewebstore.google.com/detail/video-screen-grabber/chacmggpblehgnjocmmedakmcnmhgnbo
Mô tả Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.
Kích Thước Tệp 36.25 KB
Số Lần Cài Đặt 89
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-06-04
Ngày Phát Hành 2020-06-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Shang Liang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}