Michael Krumpholz

내 정보

개발자 정보
이름 Michael Krumpholz
가입한 날짜 11월 15, 2008
개발한 부가 기능 수 부가 기능 0개
이 개발자의 부가 기능의 평균 별점 아직 별점 없음

내 검토

Text2Link

5점중 1점 받음

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

5점중 4점 받음

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) 버전에 대한 것입니다.