Question

how to save a captured screenshot locally in chrome plugin? I m stuck badly. If it can be done by only npapi than please give me some examples. Please do help me.

Thanx in advance.

Was it helpful?

Solution

I'm not sure how to go about saving the file locally but you can capture a screenshot of the current tab with the captureVisibleTab method. It returns a JPG image encoded as a data URI.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top