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

Close

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

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

Close

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

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

Close

Michael Krumpholz

معلومات عنّي

معلومات المطور
الاسم Michael Krumpholz
مُستخدم منذ نوفمبر 15, 2008
عدد الإضافات التي طورتها 0 إضافة/إضافات
معدّل التقييم من مطوري الإضافات بلا تقييم حتى الآن

تعليقاتي

Text2Link

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

Seems to work for a html mail where it converts the text to a link. But it would be better to highlight the link in some way.But it doesn''t work for text mails with mail addresses in the signature text. In this case it simply converts the mail address to a link but includes also the text before into the link. So great parts of the mail are now a link. I can't see the pattern how this is achieved and it doesn't seem to be configurable.

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

Close Tab By Double Click

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

Worked very well in Thunderbird 3.0.x just like in firefox. But doesn't work in TB 3.1.x. But where is the update for 3.1.x???I bumped the version and fixed the script to make it work with TB 3.1.x, the chrome\CloseTabByDoubleClick\content\CloseTabByDoubleClick_Overlaytb.xul has to be changed. The problem is in the isTab function, just replace with the following:
isTab: function(node) {
if(node.localName == "tab")
return true;
for(; node; node = node.parentNode)
if(node.localName == "tab")
return true;
return false;
},


I also had to remove some strange characters from a comment in the clicked function (think it should be some russian words).I now have to check if it still works in TB 6.x which i will upgrade to now.
And it still works in 6.0.2. :)

Tab Wheel Scroll

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

Good plugin, i used the maxthon browser before and search for the same tab scrolling function in firefox, this plugin does the same job.

But it has a bug in the configuration, it doesn't open the configuration window correctly. The window seems to open in background behind the ff addon window. I can't change to the configuration window and also it can't be closed anymore, i can only kill the ff process with the task manager in windows. (firefox version 3.0.4) The configuration can be changed on the about:config page.

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