Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 255
XFaktor Avatar asked Oct 22 '12 14:10

XFaktor


1 Answers

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

like image 77
tobspr Avatar answered Sep 20 '22 17:09

tobspr