I am beginner in Chrome extensions development. I need to extend existing extension (angularjs-batarang), but I have some problems with debugging.
manifest.js
To open the developer tools for a devtools page, I usually follow the following steps:
<top frame>
" to devtoolsBackground.html
(or whatever name you have chosen for your devtools). (example)chrome.devtools
API.