Is it possible to make tabs in Chrome more compact? Particularly the pinned tabs.
This is what Chrome vs. Firefox looks like on my machine:

|
Is it possible to make tabs in Chrome more compact? Particularly the pinned tabs. This is what Chrome vs. Firefox looks like on my machine:
|
|||||||||||||||||
|
|
The width of pinned tab is hard-coded in Chromium sources to 61 pixels (last year: 53 pixels). So you have two options:
|
|||||||||
|
|
AFAIK, the tabs shape is the main reason for the space they occupy. Since the ones used by Google Chrome have a trapezoid shape, and the ones from Firefox are rectangular, Firefox saves more space with the same amount of tabs. This subject has been covered, if we look at this problem from another perspective, at this superuser question, and respective answer. As one can see from the source code, constants for inset and control points for tab shape are defined in the at least until the present date. The solution could be changing the values and compiling the Google Chrome every time a new release comes out. But I don't see any gain at this. |
|||
|
|
|
You could buy a screen with high resolution, perhaps even one of the new macs with 'retina display' (you can run Linux and Windows on it too). Maybe that is not the cheapest solution! You can make your own chrome theme to change the font size used in the toolbar and tab area. I suppose this can make the tabs more compact. I'm not sure if you can change the tab spacing with a theme, maybe not as I see not examples of such themes. You can also make the font smaller by changing your system font in Windows or whatever operating system. I use a thing called tab mix plus on firefox, for a larger multi-row tab area. You could try one of the similar extensions for chrome: If you think it's worth 100 rep, I will make the necessary hack to chrome source code for you and/or write a suitable chrome extension. Please let me know! You could also try a tabbed, tiling window manager, if you can find one. That is the right way to do it™. I'm not sure if any such program exists for windows. On Linux there are several to choose from including Ion. Ion does not quite replicate the functionality of browser tabs, but it could be modified to do so; and as I said, this is the right way to do it™; a tabbed tiling window manager gives consistent tab functionality across all your windowed programs. The only tiling window manager I've tried under MS Windows is dwm-win32. It might not give you any joy, but could be used to get a column of tabs down the right side of the screen. In some ways, that would be a better place to put them. |
|||||
|