Skip to content

baleyko/chrome-extensions-reloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Extensions Reloader

It's a Livereload client which listen to the Livereload server and does reload all your enabled extensions on the "realod" command

Getting started

  1. Clone these sources of the extension
$ git clone https://github.com/baleyko/chrome-extensions-reloader.git
  1. Switch on Chrome/Chromium the Developer mode at the chrome://extensions/ page

  2. Install this extension at the chrome://extensions/ page with choosing of the cloned repository directory by the 'Load unpacked' button

  3. Install the Livereload server

$ yarn global add livereload

-or-

$ npm i -g livereload
  1. Run the Livereload server in the extension directory which changes should trigger reloading
$ livereload
  1. Donate me

Donate using Liberapay

License

MIT License - see the LICENSE for more details.