It's a Livereload client which listen to the Livereload server and does reload all your enabled extensions on the "realod" command
- Clone these sources of the extension
$ git clone https://github.com/baleyko/chrome-extensions-reloader.git
-
Switch on Chrome/Chromium the Developer mode at the chrome://extensions/ page
-
Install this extension at the chrome://extensions/ page with choosing of the cloned repository directory by the 'Load unpacked' button
-
Install the Livereload server
$ yarn global add livereload
-or-
$ npm i -g livereload
- Run the Livereload server in the extension directory which changes should trigger reloading
$ livereload
- Donate me
MIT License - see the LICENSE for more details.