За да изпробвате хилядите добавки, достъпни тук изтеглете Mozilla Firefox – бърз и свободен начин да разглеждате Мрежата!

Затваряне

Добре дошли в Добавки за Firefox.

Изберете измежду хилядите възможности и стилове, за да направите Firefox изцяло ваш.

Затваряне

On the go?

Check out our Mobile Add-ons site.

Затваряне

Ash-do

За мен

Информация за разработчика
Име Ash-do
Потребител от Юни 7, 2009
Брой добавки 0 добавки
Средна оценка на добавките Без оценка

Мои отзиви

MinimizeToTray revived

Оценена с 4 от 5 звезди

Great revival, thank you, works with both FF8 and TB8 (Linux versions) too, installed directly from FF/TB.

Това е отзив за предно издание на добавката (1.0.1-signed.1-signed). 

CompactHeader

Оценена с 5 от 5 звезди

Nice extension, unfortunatelly "From" is somehow shifted 15px upper than it should be. In source CSS there is something promissing it will be ok, but it is not.

I worked around it by putting:
#expandedHeaders {
margin-top: 15px !important;
}
into userChrome.css.

Or even better, if you have more buttons with labels and if you don't mind one more line:
#expandedHeaders {
margin-top: 37px !important;
}
#header-view-toolbox {
margin-left: -2000px !important;
}
so important "from" field will not be hidden behind buttons. (It is generally silly that TB3 devs put all buttons on the same "line" as "from" filed....)

Това е отзив за предно издание на добавката (1.1.5). 

MessageID-Finder

Оценена с 3 от 5 звезди

I "updated" it to 2.0 and use together with "Extended Normal View" headers, where header References: 1, 2 etc. is visible (see Mnenhy: http://mnenhy.mozdev.org/customheaders.html), and clicking on these references looks-up messages correctly, which is my main and most useful use case of this add-on.