Video Screen Grabber

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

Co je Video Screen Grabber?

Video Screen Grabber je rozšíření Chrome vyvinuté Shang Liang, a jeho hlavní funkcí je „Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Video Screen Grabber

Stáhněte si soubory rozšíření Video Screen Grabber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Video Screen Grabber Video Screen Grabber
ID chacmggpblehgnjocmmedakmcnmhgnbo
Oficiální URL https://chromewebstore.google.com/detail/video-screen-grabber/chacmggpblehgnjocmmedakmcnmhgnbo
Popis Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.
Velikost souboru 36.25 KB
Počet instalací 89
Aktuální Verze 0.0.2
Poslední Aktualizace 2020-06-04
Datum Vydání 2020-06-03
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Shang Liang
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}