captureVisibleTab
[docs] doesn't appear to be working for me in my Google Chrome extension, I've been trying to get it running in a browser action based extension but the image returned is undefined
every time. I then downloaded the example created by Google and this also doesn't appear to work, returning either undefined
or white.png
(a blank white image) as the image src
.
I've tried setting permissions to "tabs", "<all_urls>"
in the manifest.json
files for both projects. I have Google Chrome 37.
I've been trying to find an answer but I don't see any solid information out there, is there a bug, and is there a fix for it? If there's no fix are there any alternatives?
Thanks, Christian.
Edit: I should probably make this part more clear. I downloaded the Google example, installed it, ran the extension on code.google.com, and a blank image was returned see screenshot.