Welcome to Firefox for Android Add-ons.
Add extra features and styles to make Firefox for Android your own.
CloseDeveloper reply by patrickjdempsey
Rated 5 out of 5 stars
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.
To create your own collections, you must have a Mozilla Add-ons account.