#TIL : Debugging Chrome extension


30 Nov 2015 / by KhanhIceTea

  • 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.

Sound good ?