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 هو إضافة Chrome تم تطويرها بواسطة Shang Liang، والميزة الرئيسية لها هي "Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Video Screen Grabber

قم بتنزيل ملفات الامتداد Video Screen Grabber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        ]
    }
}