-1

I am developing a chrome extension.

It would be great if, when I save the file, it would reload the extension automatically.

Xan
  • 74,770
  • 16
  • 179
  • 206
Ruzbeh Irani
  • 2,318
  • 18
  • 10

1 Answers1

0

You can use the Extension Reloader extension. It doesn't reload automatically on file save, but you just need to press the button in the toolbar, and refresh the page prior to that if you are injecting code into the page you are on.

Gideon Pyzer
  • 22,610
  • 7
  • 62
  • 68