javascript - Chrome Dev Tools: Modifying / Extending (beyond the API)? -


is way extend chrome dev tools via these apis?

http://developer.chrome.com/extensions/devtools.html

http://developer.chrome.com/extensions/experimental.html

they seem pretty limited. want able things filter things have been logged / written console, search, pattern match, etc.

even being able log warnings (and errors) simple addition do.

i can add other examples believe, if i'm correct, have build chrome source?

i run canary , regular chrome, wondering if run along these two?

i've read , tried build chrome on mac didn't work guide followed, perhaps doing on ubuntu easier? goal not fix bugs in chrome, extend , keep date canary or stable build.

thank you.

ps: javascript used work on systems not afraid write c++/c if have to. however, think dev tools html/ js themselves?


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -