Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

For Chrome like tab styles, set "soda_classic_tabs": true in your user config.


sort by: page size:

Chrome tabs!?

In Chrome too, you can pin tabs, the tab on top has been there since the start and even the 'normal' menu style ditched in favor of single settings button.

Use the `"file_tab_style"` setting. Do note that the older tab styles are missing some features, like highlighting the focused tab.

Chrome tabs are some of the best-behaving and best-looking tabs on any OS, though. See TotalFinder for a Finder mod that applies Chrome tabbing to all Finder windows. Makes D&D a snap.

http://totalfinder.binaryage.com/


A checkbox in settings would be better, but you can turn off the original tabs with a user style file, just in case anyone reading is unaware.

Another chrome tab!

That will do it.


In Chrome too, but that's not what I meant. What I want is tab environments (as in FF), combined with tab groups.

That's a great idea, did you do it for Chrome? Seems like with Chrome it's non-trivial to set the page for new tabs...

Heh, that's actually pretty cool. I like having tabs above the address bar and buttons. Thanks for the tip!

> I'm looking for a way to have the tab bar hidden

1. Go to `about:config` and set toolkit.legacyUserProfileCustomizations.stylesheets true

2. Go to `about:support` and find your profile folder

3. Create subfolder `chrome` there

4. Create file `userChrome.css` in `chrome` folder

5. Put this text in it:

  #main-window #TabsToolbar {
    visibility: collapse !important;
  }

I like that the tabs are on top.

If the tabs are at the bottom and your Chrome window is not maximized, the tabs may not be visible. You have to drag Chrome up in the screen to make the tabs appear.


thanks! will add customizable shortcuts https://github.com/fouad/chrome-tablight/issues/1

Looks like Chrome has someone trying to do something perhaps similar... "Tabs Manager by malexan".

Chrome was always a non-starter for me without an option to cycle tabs in most-recently used order.

While Google finds new ways to offer reduced functionality, here's how I use tabs in Chrome:

https://github.com/atomontage/osa-chrome


Or the ability to have consistent tab settings that match your preference.

https://github.com/isaacs/github/issues/57


> Open a new window: the tabs are not there by default

It's not ideal but not a showstopper for me. I mostly use one window, where the toolbar is restored by default, and when I open a new window I got used to clicking the toolbar button (which I moved to the left) or pressing F1.

> You need a css hack to hide the standard bar

> There’s an ugly title thingy at the top of the tab pane

I just copied the "css hack" once and forgot. The last item is solved the same way. For those who don't know:

Inside the profile folder (with a name like "xxxxxxxx.default"), create a folder called "chrome", and a file inside called "userChrome.css" with the following content:

    #TabsToolbar, #sidebar-header {visibility: collapse !important;}
    #TabsToolbar {margin-bottom: -21px !important;}
IMHO It's quick enough to do and I believe this won't be needed in a few months.

I used to really love least recently used tab lists, with alt-tab switching.

That's not available in Chrome without extensions, as far as I know anyway.


God I'd love to be able to do that in Chrome. Managing tabs totally fucking sucks, I hate that I can't combine multiple tabs into a single drop-down, or easily change the title of a tab, or tighten up the spacing, or anything I should be able to do in a modern browser.
next

Legal | privacy