Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 932 Bytes

File metadata and controls

34 lines (23 loc) · 932 Bytes

Installation

From release

  1. Go to the releases page and download the latest version as zip (not source code).
  2. You have now a .zip file. Extract it in an empty directory.
  3. Open google chrome and go to the extensions page.
  4. Enable the "Developer mode" and click on "Load unpacked".
  5. Select the extension directory.
  6. Done !

From source

Tools needed :

  1. Clone the repository and install the dependencies :
npm install
  1. Build the extension :
npm run build
  1. You have now a dist folder in your repository folder. Open google chrome and go to the extensions page.
  2. Enable the "Developer mode" and click on "Load unpacked".
  3. Select the repository folder.
  4. Done !