- Reload extension when its files change
- Reload active tabs after reload extension
- Copy file
hot-reload.js
to your extension directory - Add this file to
background.html
page like<script src='hot-reload.js'></script>
- Enjoy
Settings are located in constants of top of this file
In production hot-reload not working, but file hot-reload.js
exists in extension archive, but its size is small, so do not care.