Google chrome extension : is it possible to get console output (js errors, console.log or etc)

XFaktor picture XFaktor · Oct 22, 2012 · Viewed 8.4k times · Source

I am developing chrome extension, and the thing that i really need is to get console output as object.

Is it possible to get any of that in chrome extension popup.html/popup.js or somewhere ?

I have tab object, can i get somehow that particular tabs console, or error output from the inspector/devtool in chrome console as object in code?

Answer

tobspr picture tobspr · Oct 22, 2012

Google Chrome Console has no possibility (upon now) to get the Output/Contents of the Console.