views:

158

answers:

1

Hi,

I'd like to write a plugin for Firefox with the idea of taking HTML code user is presently onto, process it and send it to external php script.

How would you proceed? What programming languages can I use?

+5  A: 

There is a wealth of information available online to help you create Firefox extensions.

Here are some good ones:

Firefox Extension Development Tutorial :: Overview
How To Develop A Firefox Extension
Getting started with extension development

Andrew Hare