pages/add-ons.md (view raw)
1---
2template: page.html
3slug: add-ons
4title: browser add-ons
5---
6
7Add-ons (extensions) for Firefox and Chrome are available, though
8neither are distributed via the official stores -- addons.mozilla.org
9and the Chrome Web Store.
10
11## firefox
12
13Installing the Firefox extension is easy:
14
15- Head over to https://github.com/forlater-email/save-forlater/releases/
16- Click the `save-forlater-1.0-an+fx.xpi` file. Firefox will
17 automatically begin installing it.
18
19## chrome(ium)
20
21This is a little more involved and is far from user-friendly. Thanks,
22Google.
23
24- Head over to https://github.com/forlater-email/save-forlater/releases/
25- Download the `chrome.crx` file and unzip it
26- Navigate to chrome://extensions
27- Enable 'Developer mode' (top right)
28- Click on 'Load unpacked' and point it to the previously unzipped
29 directory
30
31## usage
32
33Both extensions have a browser action (a button on your toolbar), that
34on clicking, will open your default mail client with the current tab's
35URL in the body, addressed to `save@forlater.email`. The subject is left
36blank (we don't need it).
37
38![browser action](https://x.icyphox.sh/NizKw.png)
39
40That's us in the middle!
41
42Additionally, both extensions also have a context menu (right click on
43any page) option. Does the same thing as the browser action button.
44
45![context menu](https://x.icyphox.sh/IwAJ~.png)