Switching back to last *used* tab on Chrome

I really wanted this feature myself, I have tried most existing extensions already available but none of them worked properly.

I went ahead and tried my hand at developing one myself and it seems to be working for me. The project is now open source on GitHub. Figured it might help others, too.

Here is the link: CLUT: Cycle Last Used Tabs

Keys can be changed in keyboard shortcut settings on the Chrome extensions page: enter image description here enter image description here enter image description here

Or, for older versions of Chrome: enter image description here


Chrome has no native keyboard shortcut for this, but there's an extension you can use:

Recent Tabs (Chrome Web Store)

Features

  • You can specify any keyboard shortcut you like (default: Ctrl + Q).

  • You can configure it to

    • show a list of the most recent tabs (much like Alt + Tab).

    • toggle between the last 2 tabs.

    whenever you press the keyboard shortcut.

Screenshot screenshot


Recent Tabs has a serious problem of interfering with keyboard events handling. It slows down the whole browser key handling. For example, after enabling the extension, go visit http://fullscreenmario.com and try to control Mario with keyboards. FPS goes rapidly down to 5 or 6.

Not a problem, but a limitation with the extension is it can't move between chrome://* pages or blank page.

There is a working alternative : Toggle Switch Recent Last Tabs. It doesn't slow down the browser. It can switch between any pages.