Video Screen Grabber

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

Apa itu Video Screen Grabber?

Video Screen Grabber adalah ekstensi Chrome yang dikembangkan oleh Shang Liang, dan fitur utamanya adalah "Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video Screen Grabber

Unduh file ekstensi Video Screen Grabber dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Video Screen Grabber Video Screen Grabber
ID chacmggpblehgnjocmmedakmcnmhgnbo
URL Resmi https://chromewebstore.google.com/detail/video-screen-grabber/chacmggpblehgnjocmmedakmcnmhgnbo
Deskripsi Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.
Ukuran File 36.25 KB
Jumlah Instalasi 89
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2020-06-04
Tanggal Publikasi 2020-06-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Shang Liang
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}