Firebug extension to Mozilla Firefox 3 Beta browser
April 30, 2008
Firebug Extension a very effective tool to debug HTML, CSS and Javascript for Mozill Firefox. No web developer can do his/her job better without this tool. Now if you wanted to fix UI for the latest Mozilla Firefox 3 then you will get some questions bubbling on your mind like,
Can we use firebug extension to fix User Interface of web pages on new Mozilla firefox 3?
How to install firebug on Mozilla firefox 3 beta 5?
And etc.
Answers are,
Yes, you can use firebug extension even though it has not yet come up with its version for Mozilla Firefox 3.
Steps to install firebug for Mozilla Firefox:
1) Type the following link on your IE browser address bar https://addons.mozilla.org/en-US/firefox/search?q=firebug&cat=all
Note: If you use mozilla firefox 3 latest version to download the extension you will see a text saying “This add-on is for older versions of Firefox” because its made for this latest version.
2) So use ie browser click download button from the above linked page to download firebug-1.05-fx+fl.xpi and save it to your local hard disc.
3) Change firebug-1.05-fx+fl.xpi to firebug-1.05-fx+fl.zip to open the zip file.
4) Open install.rdf file by double clicking on it (notepad may open) and now you can change the browser version 2.0.0 to 3.0.0 after from the rdf file code as mentioned below,
Replace the code and save
from “<em:maxVersion>2.0.0.*</em:maxVersion>” to “<em:maxVersion>3.0.0.*</em:maxVersion>”
- Codes depict the maximum support by firebug extension for Mozilla Firfox browser.
5) Change firebug-1.05-fx+fl.zip file extension to firebug-1.05-fx+fl.xpi and copy it to your local hard disc. Example path: C:\Program Files\Mozilla Firefox\extensions.
That’s it you are done with it. You have got that working extension for your new Mozill Firefox 3 browser.
Now just close your firefox 3 browser and reopen the browser. You will get Add on browser pop-up window to install that firebug xpi file as add-on to your browser.
I hope your font end development will deserve super success. All best.
Any comments? Please do reply to the post.
