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->Extensionsand choosePack extension. Choose theChromefolder for RES. You can also choose to sign the extension with a private key. - This will generate a
.crxand.pemfile for your extension that you can install by dropping the.crxfile inChrome.
Firefox
- Make sure you have the addons SDK installed as described in the development section.
- In your terminal,
cdto theXPIfolder and runcfx xpi. This should build an.xpifile 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
Operafolder, but not the folder itself. So the zip should contain everything inside theOperafolder. Rename the.zipfile to have the extension.oexinstead. See here for more information.
Safari
- Navigate to the
Extension Builderpanel as described in the development instructions. Assuming you have followed those instructions and installed RES, you can now choosebuildin the top right. This will generate a.safariextzfile (signed by your certificate) that you can use to install RES.