Is it possible to open Chrome Developer Tools to inspect a Chrome App ?
How to open Chrome Developer Tools in a Chrome App
4.4k views Asked by fernandohur At
3
There are 3 answers
0
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
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
.
All debuggable targets are listed under
chrome://inspect/
. See the 'Apps' tab.