I want to write an extension which captures an area of a page. I know how to write basic extensions, but I don't know of there's an API or a work-around for this. Where do I start? What should I look at? Are there APIs for this or can it be done by playing around with the canvas?
Asked
Active
Viewed 65 times
0
-
Have you tried to use http://developer.chrome.com/extensions/tabs#method-captureVisibleTab ? – Girish Jul 06 '14 at 22:05
-
Definitely duplicate of that. Thanks! – f.ardelian Jul 06 '14 at 22:26