I've never built a ff extension before and before I start I want some feedback on my idea to make sure its possible.
I want a firefox extension that allows me to supply a url with parameters in GET format, the extension would take the url, parse it, and submit the request as POST rather than GET.
Is this possible? and could someone give me some advice on how to start designing an extension? or point me at a tutorial?