简体   繁体   中英

Screen Recording of Google Chrome Browser

I am developing a chrome extension. I want to record the browser tab of google chrome as video for a specific time as ScreenCastify chrome extension do. How would I do that in my chrome extension.

Thanks in Advance

ScreenCastify uses chrome.desktopCapture API.

Check out this example :

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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