baleyko / chrome-extensions-reloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:JavaScript 100.0%