Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 290 Bytes

Debugging-Chrome-extension.md

File metadata and controls

8 lines (5 loc) · 290 Bytes
  • Date : 2015-11-30
  • Tags : #chrome-dev #chrome-extension

Debugging Chrome extension

  • To open directly the Console Dev Tools, press Cmd + Opt + J in MacOSX.
  • To debug easily the any files of extension, open the url chrome-extension://<extension-id>/<file-name> in address bar.