Reputation: 10685
I want to install Firebug manually and update configuration settings on my own. I followed below steps:
firebug-2.0b1.xpi
file (3 MB)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.
Upvotes: 2
Views: 5520
Reputation: 20105
To install Firebug manually you have to do it differently. There are two ways to run extensions manually:
1. Extract the XPI
[email protected]
)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.
Upvotes: 3
Reputation: 10201
Two notes:
Upvotes: 1