This document is here for RES developer reference/testing. Please do not distribute your own binaries unofficially - see README.md for an explanation as to why. Thanks!
Chrome
- Go to
Settings->Extensions
and choosePack extension
. Choose theChrome
folder for RES. You can also choose to sign the extension with a private key. - This will generate a
.crx
and.pem
file for your extension that you can install by dropping the.crx
file inChrome
.
Firefox
- Make sure you have the addons SDK installed as described in the development section.
- In your terminal,
cd
to theXPI
folder and runcfx xpi
. This should build an.xpi
file that you can use to install RES.
Opera
- Opera extensions are simply zip files. So all you need to do is zip up the contents of the
Opera
folder, but not the folder itself. So the zip should contain everything inside theOpera
folder. Rename the.zip
file to have the extension.oex
instead. See here for more information.
Safari
- Navigate to the
Extension Builder
panel as described in the development instructions. Assuming you have followed those instructions and installed RES, you can now choosebuild
in the top right. This will generate a.safariextz
file (signed by your certificate) that you can use to install RES.