How do you install Firebug if your computer is isolated from the internet?

Viewed 26240

I have noticed that Firebug and some other addons I have browsed require that Firefox be installed and running for them to be installed.

That's a little inconvenient, given that my development machine is not connected to the internet. Is there a way to download and install the addins using a flash drive?

4 Answers

To manually install a Firefox extension into Firefox, download the add-on to your computer. If the download option isn't available, right click on the extension install link and select "Save Link As..". Be sure not to change the file extension. A Firefox extension will usually be a .XPI file.

Next, go to the Firefox drop down menus at the top of the browser. Select File > Open File then select the addon.xpi file and click on Open. The Software Installation window will appear, click install, restart Firefox.

  1. open any indexes of version u want,http://getfirebug.com/releases/firebug/1.6/
  2. right click on any of the link and choose "save as"
  3. There will be one ".xpi" file which l b downloaded locally to ur computer.
  4. Copy tat .xpi file and paste it in ur computer/server where there is no internet connection.
  5. In that PC/sever,open firefox-->go to tools -->add ons
  6. Drag tat copied .xpi file into add ons window and click on install
  7. restart firefox ur work is done :)

You could trick the program into thinking that you're connected to the Internet

Related