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ファイルをダウンロード

Video Screen Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        ]
    }
}