Witamy na witrynie Dodatki dla programu Thunderbird.
Dodaj dodatkowe funkcje i motywy, by dostosować program Thunderbird do swoich potrzeb.
ZamknijOpinie o Close Tab By Double Click
7 opinii o tym dodatku
Oceniono na 5 z 5 możliwych gwiazdek
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. :)
Oceniono na 1 z 5 możliwych gwiazdek
looks like its not being updated and will go the way of other useful tabs and die
Ten użytkownik wystawił dla tego dodatku także inną opinię.Oceniono na 5 z 5 możliwych gwiazdek
Great add-on, I use it all the time in Firefox.
But PLEASE, for the love of god, update it for Thunderbird!
Oceniono na 5 z 5 możliwych gwiazdek
Could you please release an update ? Thank you very much.
Oceniono na 5 z 5 możliwych gwiazdek
Could you please release an update ? Thank you very much.
Oceniono na 5 z 5 możliwych gwiazdek
Thank you. This makes the tabs in TB work the same as the way I can close tabs in Firefox.
Oceniono na 5 z 5 możliwych gwiazdek
Спасибо. Работает нормально.
Aby tworzyć własne kolekcje, musisz mieć konto na witrynie Mozilla Add-ons.