I googled for the add-on, but when I go to Mozilla's website, it shows a message that there is no Firebug add-on for 13.0a1. Is there any Firebug version available for this Firefox version?
The last Firebug version working with Firefox 13.0a1 is 1.10.6, as you can see in the compatibility table at addons.mozilla.org.
Though Firefox 13.0a1 is outdated for years. You should download the latest stable version (currently 34.0.5) or the latest Firefox Nightly (currently 37.0a1).
The Firebug version compatible with this Nightly is 3.0, which is currently in alpha state and can be downloaded from getfirebug.com.
Related
I have followed this link as well But it didn't work.
Firebug has been discontinued and is no longer supported.
Firefox users should use the Firefox Developer Tools instead.
I am using a mac system with firefox version 52.4.1. I can't update it from About Firefox option because it says up to date. But, as I understand there are newer versions available.
Download the latest installer and reinstall it.
I have developer version installed (44.0a2) with firebug 2.0.13 plugin. When I right-click on the webpage and select "inspect element with firebug" I get a pop-up asking me to install firebug 3.0 beta. when I click "install and restart" I get an error message saying the install of firebug 3.0 failed.
When I try to install firebug 3.0 manually - firebug-3.0.0-beta.1.xpi I get a failed install due to add-on not verified. I am getting the firebug 3.0 xpi from https://getfirebug.com/releases/firebug/3.0/
Can anyone help with how to install firebug 3.0 with the developer version of firefox?
I had this problem today. It is because by default firefox is not allowing unsigned plugins, which firebug 3 is because it is still beta.
To disable extensioning signing
type about:config in the address bar
search for xpinstall.signatures.required
Right click and toggle it to false
This should allow it to install.
The alternative is disabling multiprocess firefox so that firebug 2 can
still work. This can be done by disabling multiprocess firefox in the settings menu.
I have an custom addon developed for our workplace (using the add-on SDK) that was originally developed for FF4.
When FF5 came out all I had to do was rebuild the XPI. FF6 was able to use the same XPI.
Now I'm trying to get it running in FF7, and it's not working. I get a "this add-on is not compatible with Firefox 7" when trying to install it.
I've read this blog post:
http://blog.mozilla.com/addons/2011/07/19/firefox-7-compat-looking-to-8/
And from what I can tell none of the changes affect my add-on.
Also running this validation test
https://addons.mozilla.org/en-US/developers/addon/validate
Yields no errors or warnings.
Any clue on how to find out what makes FF7 think it incompatible?
You should use the newest version of the Add-on SDK to rebuild your add-on. Right now, the latest version you get offered on the SDK download page is Add-on SDK 1.1, released on September 13th. It will mark add-ons compatible with everything up to Firefox 8.0a1. You are most likely using an older version, e.g. Add-on SDK 1.0 would only mark add-ons as compatible with Firefox 7.0a1.
Is there any FireFox plugin which acts the same as IE8 developer tools in a way that it has an option to switch from different modes or versions?
I had many issues when installing different versions of FireFox in just one machine. I now have 3.0, 3.6, 4.0.1 and 5.0.1 of FF but I got a problem regarding add-ons, it seems like they share just one location where add-ons are in.
If I open FF 3.0, since some add-ons are latest version for 4.0.1 and are not compatible with FF 3.0, it will disable them, then when I go back to the later version, add-ons which was disabled by the older FF will be gone.
Anyway my platform is Windows 7 32-bit.
Start firefox with following option
firefox.exe -ProfileManager
For each profile you can add individual addon's which do not conflict with other profile addons. Ensure you give different names for different profiles in different firefox versions.