Where does Chrome store the "Recently closed tabs" file in Mac OS X?

1

1

I need to know where Chrome stores the "Recently closed tabs" file in Mac OS X.

Davide La Vardera

Posted 2014-09-21T16:29:34.660

Reputation: 113

I don't think they're only stored in ~/Library/Application\ Support/Google/Chrome/Default/Last\ Tabs and ~/Library/Application\ Support/Google/Chrome/Default/Current\ Tabs, because if you try to lock them, Recently closed tabs will be created anyway. – Davide La Vardera – 2014-09-21T17:21:20.940

ok, well it was just a guess, the question looked similar so I commented it – ᔕᖺᘎᕊ – 2014-09-21T17:21:59.087

Answers

3

Most likely within the following folder:

~/Library/Application Support/Google/Chrome/Default

There is a file within that folder called Current Tabs that is among the last files written to when you quit Chrome, but it is in binary, so good luck parsing it.

MMB

Posted 2014-09-21T16:29:34.660

Reputation: 506

Ok. But why even if I made it non-writable, Recently closed tabs will be created anyway? If you lock the History file, Chrome doesn't save your browsing History. – Davide La Vardera – 2014-09-22T16:03:20.133

I don't know the interior workings of Chrome, but pointed you in the direction of where they would most likely be stored. What are you trying to accomplish? – MMB – 2014-09-22T21:37:38.080

I'm trying to not store any Recently closed tab, just like what I accomplished with the browsing history by locking the History file. – Davide La Vardera – 2014-09-22T21:52:13.937

I see. That looks like it might be a difficult one as a number of people have complained about the new Tab Page since it's release in v33. If you're feeling adventurous, you might try browsing through this list of flags via chrome://flags/. Or just continue to experiment with the files in the Application Support folder. Good luck. – MMB – 2014-09-22T22:40:59.973

1How do I find older versions of tabs? For example, when I opened Chrome and the tabs weren't there. I opened a few more help forum tabs, etc. and I want to get back to the version like 3 sessions ago. Where would I find that? – cameronroe – 2016-09-10T18:31:43.113

0

In home//.config/google-chrome/Default you'll find Current Session and Current Tabs. Scenario for me was replacing my system hard drive and, in the process, going from Mint to Ubuntu with Budgie! The old hard drive was available to copy things like Thunderbird mail files. Current Tabs for me had just a few entries in 19 kB, but Current Session had all the URLs for all the tabs I had had open when closing Chrome - around 100 ! Warning: It's not particularly Human-friendly! I got best results when using my favourite text editor - Ultra Edit. Good luck!!

Michael A Irwin

Posted 2014-09-21T16:29:34.660

Reputation: 1

0

You'll find it here on a Mac:

~/Library/Application\ Support/Google/Chrome/Default/Current\ Tabs\

Itachi Uchiha

Posted 2014-09-21T16:29:34.660

Reputation: 1 024