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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Desktop Capture
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Desktop Capture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } } |