How to open Chrome Developer Tools in a Chrome App

4.4k views Asked by At

Is it possible to open Chrome Developer Tools to inspect a Chrome App ?

3

There are 3 answers

0
Konrad Dzwinel On BEST ANSWER

All debuggable targets are listed under chrome://inspect/. See the 'Apps' tab.

chrome://inspect page

0
Daniel Herr On

To open it by context menu, enable at chrome://flags/#debug-packed-apps

If the app blocks the context menu, find it at chrome://extensions (developer mode) or the Apps and Extensions Developer Tool.

0
hd84335 On

I managed to do it by following instructions to debug postman chrome app:

  • Go to chrome://flags/
  • Search for Debugging for packed apps
  • Enable this flag
  • Restart chrome

Then go to your app, right-click anywhere inside of it, and click on the option menu inspect.