简体   繁体   English

谷歌浏览器录屏

[英]Screen Recording of Google Chrome Browser

I am developing a chrome extension.我正在开发一个 chrome 扩展。 I want to record the browser tab of google chrome as video for a specific time as ScreenCastify chrome extension do.我想将 google chrome 的浏览器选项卡记录为特定时间的视频,就像 ScreenCastify chrome 扩展一样。 How would I do that in my chrome extension.我将如何在我的 chrome 扩展中做到这一点。

Thanks in Advance提前致谢

ScreenCastify uses chrome.desktopCapture API. ScreenCastify使用chrome.desktopCapture API。

Check out this example :看看这个例子:

https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/apps/samples/desktop-capture https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/apps/samples/desktop-capture

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM