סקירות עבור Vertical Tabs Reloaded
Vertical Tabs Reloaded Croydon מאת
10 דירוגים
- דירוג 3 מתוך 5מאת משתמש Firefox 14234499, לפני שנתיים
- דירוג 3 מתוך 5מאת pjp13579, לפני 3 שנים
- דירוג 3 מתוך 5מאת lordmax, לפני 4 שנים
- דירוג 3 מתוך 5מאת BelgarathFTW, לפני 4 שניםNot really a review, just a question on the add on. Is it possible to move the vertical tabs to the opposite side of the screen?
תגובת המפתח
מועד פרסום: לפני 4 שניםYou find such an option in the drop-down of the sidebar. See also https://support.mozilla.org/en-US/kb/use-firefox-sidebar-access-bookmarks-history-synced
I would prefer it if you don't use reviews for questions anymore as this isn't the right place for it. Either use GitHub issues for this or use these ways: https://github.com/Croydon/vertical-tabs-reloaded#contact - דירוג 3 מתוך 5מאת gfox, לפני 6 שנים
- דירוג 3 מתוך 5מאת משתמש Firefox 14443796, לפני 7 שניםGood add-on but you can't change the way the tabs look, apart from four (not too good) preset "themes". Moreover, the "themes" override the tab text colours, so "unread", "unloaded" or "read" tabs look the same.
You can set an option to "underline" unread or "strikethrough" unloaded, but nothing more. - דירוג 3 מתוך 5מאת משתמש Firefox 14138216, לפני 7 שנים
- דירוג 3 מתוך 5מאת משתמש Firefox 12583337, לפני 8 שניםGood but needs a CSS over-ride section in the settings, like the one in Tab Center Redux. I have a 14in screen and I'm not into the little fonts or the default themes. It would be nice to be able to override them via CSS mods in preference section.
I read that some users are having trouble getting rid of the tabs on top. They should know that it's possible to do via userChrome.css. Open your firefox profile folder, make a folder called chrome and make a new text file called userChrome.css in it. In that file add:
#tabbrowser-tabs {
visibility: collapse;
} - דירוג 3 מתוך 5מאת revija, לפני 8 שניםIs it possible to add 2nd function for the toolbar button - dropdown list of tabs? Sometimes it helps to have panel with all tabs on the side, but mostly I need just fast access to one tab, - so list with 4-6 words of tabnames besides favicons (which Firefox tabs can't give by design) would be more productive solution.
Yes, there is such addon already, but design is so awful, that I cant use it. - דירוג 3 מתוך 5מאת משתמש Firefox 13482931, לפני 8 שניםIt good, just not what I want - it takes up too much screen space. If it could be made narrower to the point where only favicons were displayed....
On a side note - to hide the tab bar Firefox stuck up top, add the following to your (user profile)/.mozilla/firefox/chrome/userChrome.css file:
/* Hide the tab bar */
#tabbrowser-tabs { visibility: collapse !important; }
If you want to move the tab bar below the toolbar add:
/* Tab bar below Navigation & Bookmarks Toolbars
For best results, show Title Bar or Menu Bar */
#nav-bar { /* main toolbar */
-moz-box-ordinal-group: 1 !important;
border-top-width: 0 !important;
}
#PersonalToolbar { /* bookmarks toolbar */
-moz-box-ordinal-group: 2 !important;
}
#TabsToolbar { /* tab bar */
-moz-box-ordinal-group: 3 !important;
Looking forward to a version that's more compact (or ideally moves tabs to bottom of screen).