Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 487 Bytes

SLACK-REDIR

Firefox add-on that replaces the slack-redir.net links in Slack with direct links in chat.

You can find the add-on published here.

Packing

  1. Install web-ext tool:
npm install --global web-ext
  1. Go to add-on directory, test and pack the add-on:
cd add-on
web-ext lint
web-ext build
  1. Done. The addon is now packed in web-ext-artifacts directory located inside the add-on directory.