Google Chrome 浏览器的屏幕录制

Screen Recording of Google Chrome Browser

我正在开发 chrome 扩展。我想像 ScreenCastify chrome 扩展一样,将 google chrome 的浏览器选项卡录制为特定时间的视频。我将如何在我的 chrome 扩展中做到这一点。

提前致谢

ScreenCastify 使用 chrome.desktopCapture API。

看看这个例子:

https://developer.chrome.com/extensions/samples#desktop-capture-example