How can I create and deploy a simple Add-on, just for altering the name of anything? How to create Add-ons for Mozilla firefox?

link|improve this question
What do you mean by “the name of anything”? – Marcel Korpel Jun 13 '10 at 17:28
You probably want to install Firebug. You can manipulate the DOM with it. That's way more easy than writing an extension yourself. – Marcel Korpel Jun 13 '10 at 17:33
feedback

2 Answers

up vote 3 down vote accepted

So you read the FM and it didn't give you enough information? You might try GreaseMonkey, but that also requires a little RTFM.

link|improve this answer
feedback

Just by some quick googling i got this useful guide for creating addon for firefox

creating addon for firefox

link|improve this answer
feedback

Your Answer

 
or
required, but never shown