Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.26 KB

File metadata and controls

26 lines (16 loc) · 1.26 KB

Getting started

Requirements

  • Node and npm installed
  • An UNIX-like operating system

🛠 Build locally

  1. Run npm install to install all required dependencies
  2. Run npm run build

The build step will create the distribution folder, this folder will contain the generated extension.

🏃 Run the extension

Using web-ext is recommended for automatic reloading and running in a dedicated browser instance. Alternatively you can load the extension manually (see below).

  1. Run npm run watch to watch for file changes and build continuously
  2. Run npm install --global web-ext (only only for the first time)
  3. In another terminal, run web-ext run -t firefox-desktop
  4. Check that the extension is loaded by opening the extension options (in Firefox or in Chrome).

Manually

You can also load the extension manually in Chrome or Firefox.