För att prova de tusentals tillägg tillgängliga här, ladda ner Mozilla Firefox, ett snabbt och gratis sätt att surfa på webben!
StängVälkommen till Firefox tillägg.
Välj bland tusentals extrafunktioner och stilar för att göra Firefox till ditt.
Stängopi99
Om mig
Namn | opi99 |
---|---|
Användare sedan | juli 24, 2008 |
Antal tillägg utvecklade | 0 tillägg |
Genomsnittliga betyg för utvecklarens tillägg | Inte betygsatt än |
Mina recensioner
easy Xdebug
Betygsatt 3 utav 5 stjärnor
This extension (Version 1.3) doesn't work with FF 3.6 caused by the following:
- you are using 2 different pref keys (extensions.xdebughelper.idekey and extensions.easyxdebug.idekey)
- you are using the false code to get the extension prefManager:
main.js:Line 51
var prefManager = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch);
should be:
var prefManager = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService);
Would also be nice that the package will be released for SeaMonkey >= 2.0
För att skapa egna samlingar, måste du ha ett konto för Mozilla tillägg.