برای امتحان کردن صدها افزودنی موجود در اینجا، موزیلا فایرفاکس، یک راه سریع، رایگان برای مرور وب را بارگیری کنید!

Close

Welcome to فایرفاکس Add-ons.

Choose from thousands of extra features and styles to make Firefox your own.

Close

On the go?

Check out our Mobile Add-ons site.

Close

opi99

درباره من

اطلاعات توسعه‌دهنده
Name opi99
عضو وب‌گاه از تاریخ جولای 24, 2008
Number of add-ons developed 0 add-ons
Average rating of developer's add-ons هنوز رتبه‌دهی نشده است

My Reviews

easy Xdebug

Rated 3 out of 5 stars

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

This review is for a previous version of the add-on (1.3).