Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1022 Bytes

readme.md

File metadata and controls

34 lines (21 loc) · 1022 Bytes

⚠️⚠️⚠️ WARNING ⚠️⚠️⚠️

The master branch is the rewrite the will become v3. You can find v2 (the version currently published for Chrome and Firefox) under the v2 branch.


Available Scripts

In the project directory, you can run:

npm run start

Compiles the extension into ./build/unpacked to be that can be loaded into Chrome or Firefox for development.

The extension will automatically reload when you save changes.

Load into Chrome

  1. Open Chrome
  2. Go to chrome://extensions
  3. Turn on Developer mode
  4. Click Load unpacked
  5. Select folder ./build/unpacked

Load into Firefox

  1. Open Firefox
  2. Go to about:debugging
  3. Click Load Temporary Add-on...
  4. Open ./build/unpacked/manifest.json

npm run build

Compiles the extension into ./build/unpacked and then packages that into production ready zips at ./build/{target}-{version}.zip.