-
Clone the repository:
git clone https://github.com/FiligranHQ/xtm-browser-extension.git cd xtm-browser-extension -
Install dependencies:
npm install
-
Build the extension:
npm run build:chrome # For Chrome npm run build:edge # For Edge
-
Load in browser:
- Open
chrome://extensions/(Chrome) oredge://extensions/(Edge) - Enable "Developer mode"
- Click "Load unpacked"
- Select the
dist/chromeordist/edgefolder
- Open
The extension will be available on the Chrome Web Store and Microsoft Edge Add-ons store.
-
Build the extension:
npm run build:firefox
-
Load in Firefox:
- Open
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select any file in the
dist/firefoxfolder
- Open
The extension will be available on Firefox Add-ons.
Safari requires a native wrapper application. Instructions coming soon.
After installation, you should see the Filigran icon in your browser toolbar. Click it to open the popup and begin configuration.