لتجربة الآلاف من الإضافات المتوفرة هنا، نزّل متصفح موزيلا فَيَرفُكس مجانًا. المتصفح الأسرع والأكثر أمانًا في عالم الإنترنت.

Close

مرحبا بك في إضافات فَيَرفُكس.

اختر من بين الآلاف من المميزات والمظاهر الإضافية واجعل فيرفُكس ملكًا لك.

Close

في الطريق، أثناء تنقلك؟

ألقِ نظرة على موقع إضافات الهواتف الذكية.

Close

David Rees

معلومات عنّي

معلومات المطور
الاسم David Rees
مُستخدم منذ مارس 5, 2007
عدد الإضافات التي طورتها 0 إضافة/إضافات
معدّل التقييم من مطوري الإضافات بلا تقييم حتى الآن

تعليقاتي

LDAP Swapping

مقيمة بـ 5 من 5 نجوم

Very handy for working around the Thunderbird LDAP timeout issue https://bugzilla.mozilla.org/show_bug.cgi?id=79509.

Note it only works on the Global LDAP as set in Preferences > Addressing > Directory Server. And for your account's Composition and Addressing settings you need to have it set to "Use my Global LDAP server preferences".

هذا المستخدم لديه تعليق سابق على هذه الإضافة.

TB Header Tools Extension

مقيمة بـ 3 من 5 نجوم

See https://addons.mozilla.org/en-US/thunderbird/addon/header-tools-lite for an alternative that works with newer TB versions.

Massive Extender

مقيمة بـ 4 من 5 نجوم

Was very handy (5*) for developers until 1.0 when the uninstall, disable, and enable were removed. I have patched it to add install again and hope to add enable/disable back also. Hopefully the developer will accept the patches. See http://forums.mozillazine.org/viewtopic.php?f=48&t=1780295&p=11755691&hilit=patch#p11755691

Contact Tabs

مقيمة بـ 4 من 5 نجوم

Very handy extension, wish it had a little more info (e.g. groups) and would love if it supported editing in the tab - at least notes.

هذا التعليق كان على إصدارة سابقة من هذه الإضافة (1.6.6) 

about:telemetry

مقيمة بـ 4 من 5 نجوم

This is useful info, and I am looking forward to it being included in natively (which is https://bugzilla.mozilla.org/show_bug.cgi?id=661881).
The current addon does cause a spurious "unable to read chrome.manifest" error in the nightlies (similar to https://bugzilla.mozilla.org/show_bug.cgi?id=586610).

هذا التعليق كان على إصدارة سابقة من هذه الإضافة (0.6) 

Restart Thunderbird

مقيمة بـ 4 من 5 نجوم

Should be built in as an option!
Works fine on TB5 if you install the Add-on Compatibility Reporter (https://addons.mozilla.org/en-us/thunderbird/addon/add-on-compatibility-reporter/).

Calendar Tweaks

مقيمة بـ 4 من 5 نجوم

Works fine on TB5 if you install the Add-on Compatibility Reporter (Add-on Compatibility Reporter).
I would like to tweak the colors though, they don't match what I am used to in Outlook 2007.

هذا التعليق كان على إصدارة سابقة من هذه الإضافة (2.2) 

UxU - UnitTest.XUL

مقيمة بـ 4 من 5 نجوم

This is amazingly powerful unit testing framework for unit testing extensions. It could use better getting started documentation, the author primary language is not English so perhaps he should set up a wiki and let others help?
Note to run the sample tests you need to download from SVN, the sample tests are not included in the XPI.

هذا التعليق كان على إصدارة سابقة من هذه الإضافة (0.9.0) 

Console²

مقيمة بـ 4 من 5 نجوم

Super useful for development, wish they would just include the Console Filter in the GUI by default and get rid of the old search box. I burned some time trying to do filtering in the old search box before I realized what was wrong (hence just 4 stars for usability).

هذا التعليق كان على إصدارة سابقة من هذه الإضافة (0.7.1-signed.1-signed) 

Firebugmonkey

مقيمة بـ 4 من 5 نجوم

With the instructions from f0rsvinn I was able to make this mostly work. It never occurred to me that the way it works is by creating its own sandbox around the script rather than using Greasemonkey's. There are some GM aspect things that will not work though because the script really isn't in GreaseMonkey. As an example, GM_getValue returns undefined.

Still, it works for basic debugging - and is way better than nothing.

Usage steps are as follows: Install FireBug 1.5.4 (later versions do not seem to work); Install FireBugMonkey; Use the Script Manager in FireBugMonkey to select the files you want to debug; Disable GreaseMonkey (scripts will run inside FireBugMonkey, not GreaseMonkey); Enable FireBugMonkey; Enable scripts in FireBug.

The scripts you added in the ScriptManager should be visible in the FireBug scripts list!

هذا المستخدم لديه تعليق سابق على هذه الإضافة.

Firebugmonkey

مقيمة بـ 2 من 5 نجوم

Could you please give us some basic instructions on how to use this? Would love to be able to debug GM scripts...