Recensioni per ColorfulTabs
ColorfulTabs di Shivanand Sharma
499 recensioni
- Valutata 1 su 5di safarikas1, 5 anni faIt was my favorite extension for more than 10 years, so disappointed!!! Thanks to "par Blade, il y a 8 mois" for a replacement solution ++
- Valutata 5 su 5di Utente Firefox 15461947, 5 anni fa
- Valutata 2 su 5di nekiratone, 5 anni faonly the active tab is colored but the other inactive tab are not colored .
like you show in the screenshot of the addon . - Valutata 5 su 5di TheIndian_07, 5 anni fa
- Valutata 2 su 5di Grimmtooth, 5 anni fa
- Valutata 5 su 5di Ulrich Münstermann, 5 anni fa
- Valutata 5 su 5di Utente Firefox 16219039, 5 anni fa
- Valutata 5 su 5di Utente Firefox 12813798, 5 anni fa
- Valutata 5 su 5di corinnaangela, 5 anni fa
- Valutata 5 su 5di allen.zhang, 5 anni fa
- Valutata 5 su 5di Iranardo da Silva Waked Pontes, 5 anni fa
- Sadly, this add-on no longer delivers what it advertises, it only acts as a donation trap.
I used it with the previous versions of Firefox, and really sad to see it go - but it is gone, have no doubt, as other add-ons could already solve this problem with the new Firefox versions. Just go with Tree Style Tabs and TST Colored Tabs. - Valutata 4 su 5di Utente Firefox 15592570, 5 anni faThis add-on would've been great if it was compatible with Tree Style Tabs; which it isn't and that's okay.
I wouldn't be surprised if all ~50k users of this add-on does NOT use Tree Style Tabs, but I'm surprised this isn't a recommended add-on considering the amount of users. - Valutata 3 su 5di Utente Firefox 13686061, 5 anni faWas a once great extension. Now I'm seeing really annoying behaviors. For one, the color of the tabs constantly change in Windows. In Linux it causes it to rapidly jump from one tab to another. I understand that this may not be entirely the developers fault. Part of it is the buggy framework Mozilla has set up for extensions, which is unfortunate. What separated Firefox from other browsers used to be my ability to customize Firefox to work the way I want to. As it stands now, other once great extensions no longer work correctly or are severely crippled. Not sure why I should continue to use Firefox over Chrome
- Valutata 5 su 5di superturbo777, 5 anni fa
- Valutata 1 su 5di Utente Firefox 15361145, 5 anni fa
- If tab bar move to bottom screen (use userChrome.css) and
@-moz-document url("chrome://browser/content/browser.xhtml") {
:root:not([inFullscreen]) #browser { margin-bottom: 28px; }
:root:not([inFullscreen]) #TabsToolbar { position: fixed; display: flex; bottom: 0px; width: 100%; }
#tabbrowser-tabs { flex-grow: 1; }
#tabbrowser-tabs > .tabbrowser-arrowscrollbox { width: -moz-available }
#TabsToolbar-customization-target { width: 100%; }
.toolbar-items { width: 100%; }
}
addons dont work.