Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Setup Guide and Overview

Sean McGregor edited this page Oct 29, 2012 · 6 revisions

Setting up the extension for developing:

  • Clone the repository.

  • Create a new development profile for firefox. Follow the instructions here to set up a new development environment.

  • While developing, you'll be constantly making changes to the extension code. You don't have to package and install the extension every time you make a change. So, follow the instructions on the above link on how to point the cloned repository on your machine to the extension so that the changes are automatically picked up.

The Javascript Documentation for the extension can be found here.

Clone this wiki locally