Waardering 5 van 5 sterren

Great extension! I like having the option for a close button on each tab. :)
A feature suggestion, could you add an option to have multizilla-style close buttons that appear in place of the favicon when you hover the tab as "5" in?

Thank you. You can do that with a bit of CSS:

.tab-text { -moz-box-ordinal-group:10;}
tab:hover .tab-icon,
tab:not(:hover) .tab-close-button {display:none;}
.tab-close-button {margin-left:2px!important;margin-right:2px!important;}

If you have further questions, please use the MozillaZine support thread.