Michael Krumpholz

Om mig

Information om udvikleren
Navn Michael Krumpholz
Bruger siden nov. 15, 2008
Antal udviklede tilføjelser 0 tilføjelser
Gennemsnitlig bedømmelse af udviklerens tilføjelser Ikke bedømt endnu

Mine anmeldelser

Text2Link

Bedømmelse: 1 ud af 5 stjerner

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.

Denne anmeldelse er af en tidligere version af tilføjelsen (1.9.8.1-signed). 

Close Tab By Double Click

Bedømmelse: 5 ud af 5 stjerner

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

Bedømmelse: 4 ud af 5 stjerner

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.

Denne anmeldelse er af en tidligere version af tilføjelsen (20080517).