Is it possible to open Chrome Developer Tools to inspect a Chrome App ?
Asked
Active
Viewed 3,306 times
2
-
If you want to open Chrome developer tools programmatically, it's impossible. http://stackoverflow.com/questions/16660325/open-safari-google-chrome-developer-tools-programmatically-from-javascript – Dayton Wang Jun 10 '15 at 23:35
3 Answers
4
All debuggable targets are listed under chrome://inspect/. See the 'Apps' tab.
Konrad Dzwinel
- 35,424
- 12
- 95
- 103
4
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.
hd84335
- 6,987
- 4
- 37
- 43
1
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.
Daniel Herr
- 16,897
- 4
- 42
- 57