Chrome Desktop Capture

Allows you to capture your desktop with chrome browser for use in video applications

ما هو Chrome Desktop Capture؟

Chrome Desktop Capture هو إضافة Chrome تم تطويرها بواسطة innovawaresrl، والميزة الرئيسية لها هي "Allows you to capture your desktop with chrome browser for use in video applications".

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

screenshot

تحميل ملف CRX للإضافة Chrome Desktop Capture

قم بتنزيل ملفات الامتداد Chrome Desktop Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension allows you to access to capture of screen, application windows and browser tabs on Chrome and then show the results of that on the page.
Chrome does not allow you to access the content of a screen via the mediaDevices API.                    

معلومات أساسية عن التمديد

الاسم Chrome Desktop Capture Chrome Desktop Capture
ID bhbklcgckfbdpmgakjabmmphhafeengj
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-desktop-capture/bhbklcgckfbdpmgakjabmmphhafeengj
الوصف Allows you to capture your desktop with chrome browser for use in video applications
حجم الملف 5.5 KB
عدد التثبيتات 27
النسخة الحالية 0.1.0
آخر تحديث 2021-09-13
تاريخ النشر 2021-09-12
المطور innovawaresrl
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Desktop Capture",
    "description": "Allows you to capture your desktop with chrome browser for use in video applications",
    "version": "0.1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.assistdigital.it\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ],
    "icons": {
        "128": "ScreenSharingIcon.png"
    }
}