I tried to use chrome.tabs.captureVisibleTab. But... * The image quality is low. PNG might be better.
* I would like to have a full page capture rather than the visible area capture. * I tried to set the generated URL on an <image> element, but the "save as ..." menu did not work for the image. * "Whenever the toDataURL() method of a canvas element whose origin- clean flag is set to false is called, the method must raise a SECURITY_ERR exception." http://www.w3.org/TR/html5/the-canvas-element.html#security-with-canvas-elements I wants Chrome not to raise a SECURITY_ERR in Extensions. Because I wants to post to other services as for the image processed like Canvas Sketch( http://www.chromeexperiments.com/detail/canvas-sketch/ ). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
