Remove new tab and close tab buttons in Chrome

11

1

I always use ctrl + T to open a new tab, so I have no need for the new tab button. I'd also like to remove the close tab buttons since I always close tabs with ctrl + W.

enigmaticPhysicist

Posted 2016-02-05T11:27:21.283

Reputation: 555

You cannot just change a setting to achieve this. However, there is an alternative, as Google open-sourced the software. You could dive into the open-source version, the Chromium project, and modify the code to disable the display of these buttons. You need some programming skills to achieve this. – BertvanDorp – 2017-03-22T11:45:35.717

Answers

1

Currently there seems to be no way to prevent close button from showing up (source), but a way to greatly shrink the horizontal space used by tab title is to pin it (this will remove both title and remove button).

Pinning the tab cannot be done directly, but these methods might help:

  1. Automatic pinning based on URL: URL Pinner Extension
  2. Obtain a shortcut for pinning: Ferro extension - Alt-Shift-P

Alexei

Posted 2016-02-05T11:27:21.283

Reputation: 303