简体   繁体   中英

Snagit Chrome Extension Technology

I need to create a cross-browser extension that can detect locally active windows. Recently I came through Snagit Chrome extension where clicking on "Screen" detects the active windows of the system and allows to capture any desired screen.

Can anyone please explain the platform/tech used to detect or get the window handles from browser app? or any other way to get the handles..

Thanks

I was finally able to get the technology used in SnagIt extension.
SnagIt has used "WebRTC desktopCapture" for the same.

A sample can be found here .

WebRTC supports Chrome and Firefox for now. The desktopCapture feature enables user to share screen and this frame can be captured for screenshot as well. Frame capture example can be seen here

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