Ash-do

내 정보

개발자 정보
이름 Ash-do
가입한 날짜 6월 7, 2009
개발한 부가 기능 수 부가 기능 0개
이 개발자의 부가 기능의 평균 별점 아직 별점 없음

내 검토

MinimizeToTray revived

5점중 4점 받음

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

5점중 3점 받음

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.