I want to install Firebug manually and update configuration settings on my own. I followed below steps:
- Downloaded
firebug-2.0b1.xpi
file (3 MB)
- Extracted the content by using winRAR.
- put this extracted folder "firebug-2.0b1" inside "
C:\Program Files\Mozilla Firefox\extensions
"
Now, I run Firefox, but It seems firebug is not installed. This doens't work because some configurations are not done or Profile is not updated. I could like to know if any changes I need to do in folder.
I am doing this because, I couldn't install by drag & drop .xpi file on firefox or install through browser itself.
To install Firebug manually you have to do it differently. There are two ways to run extensions manually:
1. Extract the XPI
- Download the XPI file that contains the extension
- Locate the 'extensions' folder within your profile (e.g. via Firefox menu > Help > Troubleshooting Information > Show Folder)
- Create a new folder within the 'extensions' folder and call it like the add-on's id (for Firebug this is
firebug@software.joehewitt.com
)
- Extract the XPI into that folder
2. Get the sources from the git repository
A detailed description for how to do that can be found on the development setup description on the Firebug wiki. It's similar to the description above with the addition that you'll be able to always get the latest sources.