-2

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

mavis
  • 3,100
  • 3
  • 24
  • 32
Muthu
  • 337
  • 6
  • 19
  • 1
    Welcome to stackoverflow. how to write a good question: http://stackoverflow.com/help/how-to-ask also there is already many related answers in s.o. if you search – Zig Mandel Nov 04 '15 at 14:50

1 Answers1

4

ScreenCastify uses chrome.desktopCapture API.

Check out this example :

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

Beni Trainor
  • 346
  • 1
  • 11
Siddharth
  • 6,966
  • 2
  • 19
  • 34