Reputation: 7134
Is it possible to open Chrome Developer Tools to inspect a Chrome App ?
Upvotes: 2
Views: 4792
Reputation: 9883
I managed to do it by following instructions to debug postman chrome app:
chrome://flags/
Then go to your app, right-click
anywhere inside of it, and click on the option menu inspect
.
Upvotes: 4
Reputation: 37903
All debuggable targets are listed under chrome://inspect/
. See the 'Apps' tab.
Upvotes: 4
Reputation: 20458
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.
Upvotes: 1